We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1768c42 commit 30348cdCopy full SHA for 30348cd
1 file changed
css-view-transitions-2/two-phase-transition-explainer.md
@@ -54,7 +54,8 @@ navigateEvent.deferPageSwap({
54
// The handler can register a "restore" callback, to be called if the navigation is aborted
55
// or if the page is restored from BFCache.
56
handler: (controller) => Promise
57
-});```
+});
58
+```
59
60
Possible usage:
61
```js
0 commit comments