Add types of BufferSource
This commit is contained in:
parent
81ec8a9891
commit
6303c66f51
1 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@ make.typed = {
|
|||
'Int8', 'Uint8', 'Uint8Clamped',
|
||||
'Int16', 'Uint16',
|
||||
'Int32', 'Uint32',
|
||||
'Float32', 'Float64',
|
||||
'Float32', 'Float64'
|
||||
])
|
||||
let method = 'new ' + arrType + 'Array'
|
||||
switch (random.number(16)) {
|
||||
|
|
Loading…
Reference in a new issue