mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
This test proves the ability of structuredClone() to serialize and deserialize a File object.
8 lines
No EOL
174 B
Text
8 lines
No EOL
174 B
Text
instanceOf Blob: true
|
|
Blob.type: text/plain
|
|
Blob.text(): Hello, Blob!
|
|
instanceOf File: true
|
|
File.name: hello.txt
|
|
File.type: text/plain
|
|
File.text(): Hello, File!
|
|
File.size: 12 |