mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Tests/LibWeb: Add test to prove we can {,de}serialize Blob
This test proves the ability of structuredClone() to serialize and deserialize a Blob object.
This commit is contained in:
parent
27445f3132
commit
44e5c62545
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/kennethmyhra
Commit: 44e5c62545
Pull-request: https://github.com/SerenityOS/serenity/pull/23323
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
instanceOf Blob: true
|
||||
Blob.type: text/plain
|
||||
Blob.text(): Hello, Blob!
|
Loading…
Add table
Add a link
Reference in a new issue