xref: /third_party/node/test/fixtures/wpt/streams/transferable/resources/echo-iframe.html
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/streams/transferable/resources/
11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<meta charset="utf-8">
31cb0ef41Sopenharmony_ci<script>
41cb0ef41Sopenharmony_ciaddEventListener('message', evt => {
51cb0ef41Sopenharmony_ci  evt.source.postMessage(evt.data, '*', [evt.data]);
61cb0ef41Sopenharmony_ci});
71cb0ef41Sopenharmony_ci</script>
8

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