LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews

This commit is contained in:
Andrew Kaster 2023-09-12 16:56:35 -06:00 committed by Andreas Kling
commit 5ae9b2fdaf
Notes: sideshowbarker 2024-07-17 02:28:18 +09:00
3 changed files with 161 additions and 1 deletions

View file

@ -0,0 +1,12 @@
Uint8Array 30,40,50,60
Uint8ClampedArray 30,40,50,60
Uint16Array 30,40,50,60
Uint32Array 30,40,50,60
Int8Array 30,40,50,60
Int16Array 30,40,50,60
Int32Array 30,40,50,60
Float32Array 30,40,50,60
Float64Array 30,40,50,60
BigUint64Array 30,40,50,60
BigInt64Array 30,40,50,60
DataView [object DataView]