RESOLVED FIXED290149
Web Inspector: use new JS builtin methods instead of custom utility functions
https://bugs.webkit.org/show_bug.cgi?id=290149
Summary Web Inspector: use new JS builtin methods instead of custom utility functions
Devin Rousso
Reported 2025-03-20 18:58:11 PDT
- `{...object}` instead of `Object.shallowCopy` - `Promise.withResolvers` instead of `WI.WrappedPromise` - `Set.prototype.isDisjointFrom` instead of `Set.prototype.intersects` - `Set.prototype.isSubsetOf` - `Set.prototype.difference`
Attachments
Devin Rousso
Comment 1 2025-03-20 19:04:00 PDT
EWS
Comment 2 2025-03-21 15:41:56 PDT
Committed 292512@main (8c953985cecd): <https://commits.webkit.org/292512@main> Reviewed commits have been landed. Closing PR #42786 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-03-21 15:42:28 PDT
Note You need to log in before you can comment on or make changes to this bug.