summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webmessaging/worker_postMessage_user_activation.js
blob: e4c7eec2b783abd16a898bf2bf89a329a0aadb81 (plain)
1
2
3
"use strict";

onmessage = e => postMessage(e.userActivation !== null);