whatwg / fs

File System Standard
https://fs.spec.whatwg.org/
Other
224 stars 19 forks source link

Why is WirteParams's data both optional and nullable? #132

Open annevk opened 1 year ago

annevk commented 1 year ago

And from the algorithm it seems that when it's not given it ends up throwing anyway so it might as well be a required member?

Discovered in #90.