Skip to content

Commit db5538f

Browse files
authored
Add BigInt64Array and BigUint64Array IDL types (#293)
New types added to WebIDL recently: whatwg/webidl#936
1 parent a010831 commit db5538f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/idl/consistency.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ describe('Web IDL consistency', () => {
235235
'octet', // https://heycam.github.io/webidl/#idl-octet
236236
'short', // https://heycam.github.io/webidl/#idl-short
237237
'symbol', // https://heycam.github.io/webidl/#idl-symbol
238+
'BigUint64Array', // https://heycam.github.io/webidl/#idl-BigUint64Array
239+
'BigInt64Array', // https://heycam.github.io/webidl/#idl-BigInt64Array
238240
'Uint16Array', // https://heycam.github.io/webidl/#idl-Uint16Array
239241
'Uint32Array', // https://heycam.github.io/webidl/#idl-Uint32Array
240242
'Uint8Array', // https://heycam.github.io/webidl/#idl-Uint8Array

0 commit comments

Comments
 (0)