WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 234079
Web Inspector: Cleanup signature of WI.CSSDeclaration
https://bugs.webkit.org/show_bug.cgi?id=234079
Summary
Web Inspector: Cleanup signature of WI.CSSDeclaration
Razvan Caliman
Reported
2021-12-09 06:19:18 PST
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} = {}) ```
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-12-09 06:19:59 PST
<
rdar://problem/86268593
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug