Skip to content

add TypedArray to builtin list #3

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 1 commit into from
Dec 13, 2016
Merged

add TypedArray to builtin list #3

merged 1 commit into from
Dec 13, 2016

Conversation

targos
Copy link
Contributor

@targos targos commented Dec 13, 2016

TypedArray is not exactly an available global property or constructor
but it is used to talk about typed array constructors in general.
It is documented as a global in MDN and it would be useful to have it
linked when an API accepts any typed array argument.

TypedArray is not exactly an available global property or constructor
but it is used to talk about typed array constructors in general.
It is documented as a global in MDN and it would be useful to have it
linked when an API accepts any typed array argument.
@tmcw
Copy link
Member

tmcw commented Dec 13, 2016

Thanks for the contribution! It is a little funky that TypedArray isn't actually an exposed global, but it is very a thing, being exposed as the prototype of off specific kinds of typed arrays. So, while it is kind of an exception, including it makes a lot of sense and, as far as I can see, has few downsides.

image

@tmcw tmcw merged commit 46c9f05 into documentationjs:master Dec 13, 2016
@targos targos deleted the typed-array branch December 13, 2016 17:39
tmcw added a commit to documentationjs/documentation that referenced this pull request Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants