-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
[JS] Document the .at() proposal #307
Comments
Just reminding myself to update this page as well https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/@@unscopables |
This PR isn't passing test and I'm not sure why 🤔
For above draft PR is here #1216
I've added a PR here mdn/browser-compat-data#8721 however I used the proposal url as there is no spec url at this time... tests have not passed because of this and am unsure how to proceed I'll do these once above are done/resolved
|
Added note to experimental features #1525 |
Added to @@unscopables #1526 |
content PR #1216 |
Apart from review of the content and dev-doc-complete flag, my todo lists are done for this @chrisdavidmills |
Yay, set to dev-doc-complete. I'll ask Florian about what to do for the spec thing. |
I believe this is done \o/ everything should be merged... I'm moving it 🆒 |
Woo hoo! |
Acceptance criteria
Features to document
.at()
. From some simple testing, it looks like this is supported in Chrome Canary (89) and Firefox Nightly (85), but not release versions yet (see https://bugzilla.mozilla.org/show_bug.cgi?id=1681371, for example). I still think it is worth documenting; I reckon we need pages for:String.prototype.at()
Array.prototype.at()
TypedArray.prototype.at()
Related Gecko bugs
For folks helping with Firefox-related documentation features — make sure above AC have been done, but also:
The text was updated successfully, but these errors were encountered: