Skip to content

Commit 46c9f05

Browse files
targostmcw
authored andcommitted
feat(types): Add TypedArray
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.
1 parent e5f940a commit 46c9f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

globals-docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"System": "https://developer.mozilla.org/en-US/docs/Web/API/File_System_API",
4747
"toLocaleString": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString",
4848
"toString": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/toString",
49+
"TypedArray": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray",
4950
"TypeError": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError",
5051
"Uint16Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array",
5152
"Uint32Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array",

0 commit comments

Comments
 (0)