[Webkit-unassigned] [Bug 256258] New: Consider removing btoa/atob from JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 3 09:01:26 PDT 2023


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

            Bug ID: 256258
           Summary: Consider removing btoa/atob from JSC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl

As far as I can tell these end up duplicating functionality provided by Base64Utilities (exposed to the web through Source/WebCore/page/WindowOrWorkerGlobalScope.idl). And it would be non-standard if that would mean they continue to be exposed in other contexts, such as ShadowRealms or worklets.

On the other hand, if we need these to be exposed in PAC files we probably need something more complicated.

-- 
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/20230503/7e564b5e/attachment.htm>


More information about the webkit-unassigned mailing list