We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a010831 commit a2162bfCopy full SHA for a2162bf
test/idl/consistency.js
@@ -235,6 +235,8 @@ describe('Web IDL consistency', () => {
235
'octet', // https://heycam.github.io/webidl/#idl-octet
236
'short', // https://heycam.github.io/webidl/#idl-short
237
'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
240
'Uint16Array', // https://heycam.github.io/webidl/#idl-Uint16Array
241
'Uint32Array', // https://heycam.github.io/webidl/#idl-Uint32Array
242
'Uint8Array', // https://heycam.github.io/webidl/#idl-Uint8Array
0 commit comments