[Webkit-unassigned] [Bug 237141] New: Web Inspector: add `IterableWeakSet`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 09:10:02 PST 2022


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

            Bug ID: 237141
           Summary: Web Inspector: add `IterableWeakSet`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

this allows clients to have a way to have an iterable collection (which btw `WeakSet`/`WeakMap` are not) that doesn't keep the objects in the collection alive (which btw `Set`/`Map`/`Array` do)

-- 
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/20220224/fbfaaa2a/attachment-0001.htm>


More information about the webkit-unassigned mailing list