[Webkit-unassigned] [Bug 187386] Sometimes "x instanceof Worker" inappropriately returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 09:02:13 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187386

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #1)
> One common way this happens is when the page's JavaScript messes with the
> Worker's prototype chain in some way (so Worker or EventTarget). Some script
> does this to extend the API of a particular type.

To be clear, unless we have specific evidence (reproduction case), my instinct would be to say that this is an issue with the page's script, not WebKit. We've investigated many instances of this in the past and every time, it was the page's script modifying the prototype chain in some way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180709/1ac46dd0/attachment.html>


More information about the webkit-unassigned mailing list