Skip to content

Commit

Permalink
Fix the Syntax for FileSystemDirectoryHandle.keys() (#33478)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
skyclouds2001 authored May 7, 2024
1 parent c77a11e commit fd4d298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on which this method is called.
## Syntax

```js-nolint
FileSystemDirectoryHandle.keys()
keys()
```

### Parameters
Expand Down

0 comments on commit fd4d298

Please sign in to comment.