Home
last modified time | relevance | path

Searched refs:BroadcastChannel (Results 1 - 6 of 6) sorted by relevance

/third_party/node/lib/
H A Dworker_threads.js18 BroadcastChannel,
38 BroadcastChannel,
/third_party/node/lib/internal/worker/
H A Dio.js420 return value?.[kType] === 'BroadcastChannel';
423 class BroadcastChannel extends EventTarget {
431 this[kType] = 'BroadcastChannel';
443 throw new ERR_INVALID_THIS('BroadcastChannel');
445 return 'BroadcastChannel';
452 return `BroadcastChannel ${inspect({
463 throw new ERR_INVALID_THIS('BroadcastChannel');
472 throw new ERR_INVALID_THIS('BroadcastChannel');
490 throw new ERR_INVALID_THIS('BroadcastChannel');
494 throw new DOMException('BroadcastChannel i
[all...]
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/
H A Dworker.js16 c = new BroadcastChannel(e.data.channel);
21 // be some race conditions between this BroadcastChannel instance
/third_party/node/test/fixtures/wpt/FileAPI/url/
H A Durl-in-tags-revoke.window.js57 const channel = new BroadcastChannel(channel_name);
68 'new BroadcastChannel("' + channel_name + '").postMessage("foobar");\n' +
/third_party/node/src/
H A Dnode_messaging.cc1466 static void BroadcastChannel(const FunctionCallbackInfo<Value>& args) { in BroadcastChannel() function
1522 SetMethod(context, target, "broadcastChannel", BroadcastChannel); in InitMessaging()
1536 registry->Register(BroadcastChannel); in RegisterExternalReferences()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 27 milliseconds