implement broadcastchannel

This commit is contained in:
Gregory Terzian 2020-02-19 00:48:17 +08:00
parent 145c89a2d4
commit eb21d5f738
32 changed files with 763 additions and 216 deletions

View file

@ -28,6 +28,7 @@ test_interfaces([
"BeforeUnloadEvent",
"BiquadFilterNode",
"Blob",
"BroadcastChannel",
"CanvasGradient",
"CanvasRenderingContext2D",
"CanvasPattern",

View file

@ -7,6 +7,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"ArrayBuffer",
"Atomics",
"Boolean",
"BroadcastChannel",
"Crypto",
"DataView",
"Date",

View file

@ -8,6 +8,7 @@ importScripts("interfaces.js");
// IMPORTANT: Do not change the list below without review from a DOM peer!
test_interfaces([
"Blob",
"BroadcastChannel",
"CanvasGradient",
"CanvasPattern",
"CloseEvent",