-
Notifications
You must be signed in to change notification settings - Fork 122
Conversation
@@ -28,4 +28,12 @@ | |||
// }); | |||
// } | |||
|
|||
// exports.addEventListener('page-transition-done', function(e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get rid of this and file a bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug is #331, but using it is imminent so I left the comment for others.
reviewed. Can you add some docs for Is it fair to say that it only fires after a page transition is triggered and is complete, so it's guaranteed not to fire multiple times without a page transition having happened in between, for instance? |
Yea, only when the page is fully complete. |
PTAL |
LGTM ⏰ |
R: @devnook, all