whatwg / fs

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

Make FileSystemReadWriteOptions.at optional #82

Closed a-sully closed 1 year ago

a-sully commented 1 year ago

Fixes #81


Preview | Diff

annevk commented 1 year ago

You want to use [=map/exists=] as https://dom.spec.whatwg.org/#event-flatten-more does. In the algorithm you can treat an IDL dictionary as a map, essentially.

a-sully commented 1 year ago

Got it, thank you! The prose is updated in the latest commit