Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
importScripts("./test-incrementer.js");
self.onmessage = ({ data }) => {
// data will be a MessagePort
setupDestinationIncrementer(data, data);
};