UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Firefox/52.0
Example URL:
Steps to reproduce the problem:
Run this testcase:
var url = URL.createObjectURL(new Blob(["postMessage(isSecureContext)"]));
var w = new Worker(url);
w.onmessage = function (e) { alert(e.data); }
What is the expected behavior?
Alert true or false, depending on where you ran it.
What went wrong?
No alert, console errors about isSecureContext not being defined.
Does it occur on multiple sites: Yes
Is it a problem with a plugin? No
Did this work before? No
Does this work in other browsers? N/A
Chrome version: 55.0.2868.3 (Official Build) dev (64-bit) Channel: n/a
OS Version: OS X 10.10
Flash Version: Shockwave Flash 22.0 r0
Comment 1 by kojii@chromium.org
, Sep 26 2016