xref: /third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/sandboxed.html
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/
11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<meta charset=utf-8>
31cb0ef41Sopenharmony_ci<script>
41cb0ef41Sopenharmony_citry {
51cb0ef41Sopenharmony_ci  let c = new BroadcastChannel('foo');
61cb0ef41Sopenharmony_ci  parent.postMessage('Created', '*');
71cb0ef41Sopenharmony_ci} catch (e) {
81cb0ef41Sopenharmony_ci  parent.postMessage('Exception: ' + e.name, '*');
91cb0ef41Sopenharmony_ci}
101cb0ef41Sopenharmony_ci</script>
11

Indexes created Thu Nov 07 10:32:03 CST 2024