Open annevk opened 3 years ago
In a worker you do not have access to a document which would make step 3 of profile() fail to compile or some such.
profile()
It does not, currently. The spec has been updated to only expose profile on Window, with worker support pending progress on w3c/webappsec-permissions-policy#207.
profile
Window
In a worker you do not have access to a document which would make step 3 of
profile()
fail to compile or some such.