You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Request lifecycle events are dispatched on the `<include-fragment>` element.
52
52
-`load` - The request completed successfully.
53
53
-`error` - The request failed.
54
54
-`loadend` - The request has completed.
55
+
-`include-fragment-replace` (cancelable) - The success response has been parsed. It comes with `event.detail.fragment` that will replace the current element.
56
+
-`include-fragment-replaced` - The element has been replaced by the fragment.
0 commit comments