Skip to content

Commit ecde2e9

Browse files
a-sullyannevk
andauthored
Update index.bs
Co-authored-by: Anne van Kesteren <[email protected]>
1 parent 5b3de3c commit ecde2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ interface FileSystemHandle {
148148
readonly attribute FileSystemHandleKind kind;
149149
readonly attribute USVString name;
150150

151-
Promise<void> remove(optional FileSystemRemoveOptions options = {});
151+
Promise<undefined> remove(optional FileSystemRemoveOptions options = {});
152152

153153
Promise<boolean> isSameEntry(FileSystemHandle other);
154154
};

0 commit comments

Comments
 (0)