mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Require default dictionary value for optional dicts
This commit is contained in:
parent
56f31c85ef
commit
01151274f1
71 changed files with 105 additions and 98 deletions
|
@ -12,7 +12,7 @@
|
|||
* http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
|
||||
*/
|
||||
|
||||
[Constructor(DOMString type, optional ProgressEventInit eventInitDict),
|
||||
[Constructor(DOMString type, optional ProgressEventInit eventInitDict = {}),
|
||||
Exposed=(Window,Worker)]
|
||||
interface ProgressEvent : Event {
|
||||
readonly attribute boolean lengthComputable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue