/wasm/serialization/module/serialization-via-notifications-api.any.html| status | subtest | message |
|---|---|---|
| FAIL | WebAssembly.Module cloning via the Notifications API's data member: basic case | assert_throws_dom: function "() => { new Notification("Bob: Hi", { data: createEmptyWasmModule() }); }" threw object "ReferenceError: Notification is not defined" that is not a DOMException Data… |
| FAIL | WebAssembly.Module cloning via the Notifications API's data member: is interleaved correctly | assert_throws_dom: function "() => { new Notification("Bob: Hi", { data: [ { get x() { getter1Called = true; return 5; } }, createEmptyWasmModule(), { get x() { getter2Called = t… |
bundle built 2026-07-16T07:16:48.063Z