forked from LeenkxTeam/Kmake
10 lines
494 B
JavaScript
10 lines
494 B
JavaScript
// META: title=structuredClone() tests
|
|
// META: script=/html/webappapis/structured-clone/structured-clone-battery-of-tests.js
|
|
// META: script=/html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js
|
|
// META: script=/html/webappapis/structured-clone/structured-clone-battery-of-tests-harness.js
|
|
|
|
runStructuredCloneBatteryOfTests({
|
|
structuredClone: (obj, transfer) => self.structuredClone(obj, { transfer }),
|
|
hasDocument: typeof document !== "undefined",
|
|
});
|