Skip to content

Commit

Permalink
Add Uint8Array additions (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Jul 24, 2024
1 parent 9587e2c commit 5dc9c2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
"String": {
"members": {"instance": ["contains", "length"]}
},
"Uint8Array": {
"__comment": "Remove members when https://tc39.es/proposal-arraybuffer-base64/spec/ is merged into the main ECMAScript spec.",
"members": {
"instance": ["toBase64", "toHex", "setFromBase64", "setFromHex"],
"static": ["fromBase64", "fromHex"]
}
},
"Intl": {
"__comment": "XXX Intl is defined in another specification that the es-scraper does not load data from.",
"members": {
Expand Down

0 comments on commit 5dc9c2e

Please sign in to comment.