Skip to content

Commit

Permalink
Add BigInt64Array and BigUint64Array IDL types (#293)
Browse files Browse the repository at this point in the history
New types added to WebIDL recently:
whatwg/webidl#936
  • Loading branch information
tidoust authored Jul 2, 2021
1 parent a010831 commit db5538f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/idl/consistency.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ describe('Web IDL consistency', () => {
'octet', // https://heycam.github.io/webidl/#idl-octet
'short', // https://heycam.github.io/webidl/#idl-short
'symbol', // https://heycam.github.io/webidl/#idl-symbol
'BigUint64Array', // https://heycam.github.io/webidl/#idl-BigUint64Array
'BigInt64Array', // https://heycam.github.io/webidl/#idl-BigInt64Array
'Uint16Array', // https://heycam.github.io/webidl/#idl-Uint16Array
'Uint32Array', // https://heycam.github.io/webidl/#idl-Uint32Array
'Uint8Array', // https://heycam.github.io/webidl/#idl-Uint8Array
Expand Down

0 comments on commit db5538f

Please sign in to comment.