1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

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
parent bddf3fbf2d
commit 5ae9b2fdaf
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]