mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibWeb: Serialization for resizable/shared array buffers
Add serialization for the following array buffer types: * ResizableArrayBuffer * SharedArrayBuffer * GrowableSharedArrayBuffer
This commit is contained in:
parent
21e6db6ba4
commit
7d49704481
Notes:
github-actions[bot]
2024-12-06 00:04:58 +00:00
Author: https://github.com/zetslief
Commit: 7d49704481
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2768
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 77 additions and 17 deletions
|
@ -2,8 +2,8 @@ Harness status: OK
|
|||
|
||||
Found 150 tests
|
||||
|
||||
133 Pass
|
||||
16 Fail
|
||||
134 Pass
|
||||
15 Fail
|
||||
1 Optional Feature Unsupported
|
||||
Pass primitive undefined
|
||||
Pass primitive null
|
||||
|
@ -137,7 +137,7 @@ Pass ObjectPrototype must lose its exotic-ness when cloned
|
|||
Pass Serializing a non-serializable platform object fails
|
||||
Pass An object whose interface is deleted from the global must still deserialize
|
||||
Pass A subclass instance will deserialize as its closest serializable superclass
|
||||
Fail Resizable ArrayBuffer
|
||||
Pass Resizable ArrayBuffer
|
||||
Fail Growable SharedArrayBuffer
|
||||
Pass Length-tracking TypedArray
|
||||
Pass Length-tracking DataView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue