index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
);