[Webkit-unassigned] [Bug 234079] New: Web Inspector: Cleanup signature of WI.CSSDeclaration
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 9 06:19:18 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=234079
Bug ID: 234079
Summary: Web Inspector: Cleanup signature of WI.CSSDeclaration
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: rcaliman at apple.com
CC: inspector-bugzilla-changes at group.apple.com
There are too many arguments in the signature and it's difficult to follow which is which.
Restructuring to an options object will help:
```
constructor(type, nodeStyles, {id, ownerStyleSheet, styleSheetTextRange, node, properties, text, inherited} = {})
```
--
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/20211209/51771376/attachment-0001.htm>
More information about the webkit-unassigned
mailing list