-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update History pushstate|replacestate note about “unused” param (was “title”) #15149
Update History pushstate|replacestate note about “unused” param (was “title”) #15149
Conversation
…“title”) Related MDN change: mdn/content#13322 Related spec bug: whatwg/html#6482 Relevant spec sections: - https://html.spec.whatwg.org/multipage/history.html#dom-history-pushstate - https://html.spec.whatwg.org/multipage/history.html#dom-history-replacestate - https://html.spec.whatwg.org/multipage/history.html#dom-history-pushstate-dev - https://html.spec.whatwg.org/multipage/history.html#dom-history-replacestate-dev
api/History.json
Outdated
@@ -296,7 +296,7 @@ | |||
}, | |||
"title_parameter": { |
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.
Is there a reason you didn't rename the features themselves?
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.
Is there a reason you didn't rename the features themselves?
Nope, it was just an oversight/miss — thanks for catching that
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.
Looks good. Thank you! 🎉
Related MDN change: mdn/content#13322 • Related spec bug: whatwg/html#6482
Relevant spec sections: