blob: 3bf0a70de5547358b683da1328bcff6394d30947 [file] [log] [blame]
onconnect = connectEvent => {
const port = connectEvent.ports[0];
ontimezonechange = () => port.postMessage("SUCCESS");
port.postMessage("READY"); // (the html will change the timezone)
}