xref: /third_party/node/test/fixtures/wpt/FileAPI/url/resources/revoke-helper.html
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/FileAPI/url/resources/
11cb0ef41Sopenharmony_ci<!doctype html>
21cb0ef41Sopenharmony_ci<script>
31cb0ef41Sopenharmony_ciself.addEventListener('message', e => {
41cb0ef41Sopenharmony_ci  URL.revokeObjectURL(e.data.url);
51cb0ef41Sopenharmony_ci  e.source.postMessage('revoked', '*');
61cb0ef41Sopenharmony_ci});
71cb0ef41Sopenharmony_ci</script>

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