-
Notifications
You must be signed in to change notification settings - Fork 201
Add hashchange event #1908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add hashchange event #1908
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
11a940f
Add hashchange
autonome 50b384f
Merge branch 'main' into hashchange
autonome 1ed27d4
Merge branch 'main' into hashchange
autonome d822c98
Update features/hashchange.yml
autonome b4dc84c
Update features/hashchange.yml
autonome 672c334
Update features/hashchange.yml
autonome e01724f
redist for new key
autonome 56cfdbd
Merge branch 'main' into hashchange
autonome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| name: hashchange | ||
| description: "The `hashchange` event fires when the URL fragment identifier (the part of the URL starting with `#`) of the current page has changed." | ||
| spec: https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-hashchangeevent-interface | ||
| caniuse: hashchange | ||
| compat_features: | ||
| - api.HashChangeEvent | ||
| - api.HashChangeEvent.HashChangeEvent | ||
| - api.HashChangeEvent.newURL | ||
| - api.HashChangeEvent.oldURL | ||
| - api.Window.hashchange_event | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| # Generated from: hashchange.yml | ||
| # Do not edit this file by hand. Edit the source file instead! | ||
|
|
||
| status: | ||
| baseline: high | ||
| baseline_low_date: 2015-07-29 | ||
| baseline_high_date: 2018-01-29 | ||
| support: | ||
| chrome: "16" | ||
| chrome_android: "18" | ||
| edge: "12" | ||
| firefox: "11" | ||
| firefox_android: "14" | ||
| safari: "6" | ||
| safari_ios: "6" | ||
| compat_features: | ||
| # baseline: high | ||
| # baseline_low_date: 2015-07-29 | ||
| # baseline_high_date: 2018-01-29 | ||
| # support: | ||
| # chrome: "4" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "3.6" | ||
| # firefox_android: "4" | ||
| # safari: "5" | ||
| # safari_ios: "5" | ||
| - api.Window.hashchange_event | ||
|
|
||
| # baseline: high | ||
| # baseline_low_date: 2015-07-29 | ||
| # baseline_high_date: 2018-01-29 | ||
| # support: | ||
| # chrome: "8" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "3.6" | ||
| # firefox_android: "4" | ||
| # safari: "5" | ||
| # safari_ios: "5" | ||
| - api.HashChangeEvent | ||
|
|
||
| # baseline: high | ||
| # baseline_low_date: 2015-07-29 | ||
| # baseline_high_date: 2018-01-29 | ||
| # support: | ||
| # chrome: "8" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "6" | ||
| # firefox_android: "6" | ||
| # safari: "5.1" | ||
| # safari_ios: "5" | ||
| - api.HashChangeEvent.newURL | ||
| - api.HashChangeEvent.oldURL | ||
|
|
||
| # ⬇️ Same status as overall feature ⬇️ | ||
| # baseline: high | ||
| # baseline_low_date: 2015-07-29 | ||
| # baseline_high_date: 2018-01-29 | ||
| # support: | ||
| # chrome: "16" | ||
| # chrome_android: "18" | ||
| # edge: "12" | ||
| # firefox: "11" | ||
| # firefox_android: "14" | ||
| # safari: "6" | ||
| # safari_ios: "6" | ||
| - api.HashChangeEvent.HashChangeEvent |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.