whatwg / fs

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

Meta: Fix an example in the FileSystemObserver explainer #144

Closed nathanmemmott closed 12 months ago

nathanmemmott commented 12 months ago

An example in the FileSystemObserver explainer has a callback that uses the await operator but is not an async function. This makes it an async function.