w3c / performance-timeline

Performance Timeline
https://w3c.github.io/performance-timeline/
Other
111 stars 27 forks source link

Give optional dictionary a default value of {} #146

Closed dsanders11 closed 5 years ago

dsanders11 commented 5 years ago

Currently the rendered version of the spec (https://w3c.github.io/performance-timeline/) is complaining that optional dictionaries in Web IDL must have a default value of '{}'. This fixes that.


Preview | Diff

yoavweiss commented 5 years ago

Thanks for filing! :) In the meantime, seems like this was resolved by https://github.com/w3c/performance-timeline/pull/147, so closing