securityos/node_modules/comlink/tests/fixtures/iframe.html

6 lines
163 B
HTML
Raw Normal View History

2024-09-06 15:32:35 +00:00
<script type="module">
import * as Comlink from "/base/dist/esm/comlink.mjs";
Comlink.expose((a, b) => a + b, Comlink.windowEndpoint(self.parent));
</script>