whatwg / fs

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

Meta: Fix an example in the FileSystemObserver explainer #144

Closed nathanmemmott closed 1 year ago

nathanmemmott commented 1 year 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.