Make UA-created PopStateEvent non-cancelable
It is not cancelable in the spec: https://html.spec.whatwg.org/#history-traversal Investigating behavior in Chrome, Edge, Firefox and Safari, it was only cancelable in Chrome and Safari: https://github.com/web-platform-tests/wpt/pull/11355#issuecomment-394696654 It doesn't actually make any sense to cancel it, so this is most likely an historical accident. Change-Id: I3982d4414d1214784a6d8af3b03ea7264ff93b48 Reviewed-on: https://chromium-review.googlesource.com/1087047 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#565630}
Showing
Please register or sign in to comment