-
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
Split (Async)?(Generator)?Function class and ctor pages #22778
Conversation
731de08
to
494ad80
Compare
494ad80
to
dd9357c
Compare
files/en-us/web/javascript/reference/global_objects/function/prototype/index.md
Outdated
Show resolved
Hide resolved
…rototype/index.md Co-authored-by: wbamberg <will@bootbonnet.ca>
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.
This makes sense to me and all looks good but we will need BCD for the constructor pages.
- Constructor | ||
- JavaScript | ||
- Reference | ||
browser-compat: javascript.builtins.AsyncFunction.AsyncFunction |
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.
It looks like we will need BCD for these constructors.
Yes, I'll do that later |
* upstream/main: (286 commits) Correct Epsilon property description (mdn#22804) Fix typo in subtle crypto digest (mdn#22802) Alt tag added - reference issue mdn#21616 (mdn#22255) WeakSet: Improve recursive validation example (mdn#22787) New page: validityState.valueMissing (mdn#22691) Edit: <dialog> element (mdn#22786) Update Paint Timing pages (mdn#22771) chore(deps): bump @mdn/yari from 1.27.16 to 1.27.20 (mdn#22791) chore(deps): bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (mdn#22790) Remove WebGLSidebar (mdn#22782) fix indefinite articles usage (mdn#22789) Removed part of sentence that refers to code that appears to have been removed (mdn#22788) Split (Async)?(Generator)?Function class and ctor pages (mdn#22778) Fix interfaces links (mdn#22779) Change "hypertext link" to "hypertext links" (mdn#22780) add hyphenate-limit-chars CSS property (mdn#22747) 22225: Add links to accessibility guides section (mdn#22240) ci(markdownlint): use GitHub API to get changed files (mdn#22773) Document font-palette & @font-palette-values with its descriptors (mdn#22519) fix typo in createImageBitmap api (mdn#22774) ...
* Split (Async)?(Generator)?Function class and ctor pages * Update files/en-us/web/javascript/reference/global_objects/function/prototype/index.md Co-authored-by: wbamberg <will@bootbonnet.ca> Co-authored-by: wbamberg <will@bootbonnet.ca>
Description
This came out of the page types work. We have three pages that have really weird structures and don't fit nicely into the class/ctor dichotomy, so this PR splits them and also notes the inheritance from
Function
, as previously done forTypedArray
(#20025).Motivation
Additional details
Related issues and pull requests