WICG / observable

Observable API proposal
https://wicg.github.io/observable/
Other
563 stars 13 forks source link

Make the Web IDL valid #26

Closed domenic closed 1 year ago

domenic commented 1 year ago

E.g. subscribe() is missing a return type, many parameters are missing names.

domenic commented 1 year ago

Another invalidity: using void instead of undefined.

Other potential improvements, not necessary for validity but maybe good: