[Webkit-unassigned] [Bug 266897] Exposing navigator.language to web workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 26 12:20:09 PST 2023


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |cdumez at apple.com,
                   |                            |heycam at apple.com

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Language.cpp has some locking added for OffscreenCanvas thread safety, so Navigator.language may indeed be trivial to enable in workers at this point. Careful verification would still be needed, of course.

However onlanguagechange clearly doesn't have an implementation, so uncommenting the line in IDL won't make it work.

-- 
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/20231226/f35b06cf/attachment.htm>


More information about the webkit-unassigned mailing list