Files
Kmake/test/fixtures/wpt/html/webappapis/structured-clone/structured-clone.any.js

10 lines
494 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
// 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",
});