Files
ladybird/Tests/LibWeb/Text/expected/HTML/StructuredClone-serializable-objects.txt
Kenneth Myhra 44e5c62545 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.
2024-02-26 16:10:20 -07:00

4 lines
70 B
Plaintext

instanceOf Blob: true
Blob.type: text/plain
Blob.text(): Hello, Blob!