blob: f3ef3feb964cb73784c8ec2e31505dfc7aa67a62 [file] [log] [blame] [edit]
self.onconnect = e => {
e.ports[0].postMessage(performance.timeOrigin);
}