Skip to content

Commit

Permalink
Remove useless constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Nov 10, 2023
1 parent 099a804 commit 0eb0a9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/web/filesystem/file-system-directory-handle.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { WebFileSystemHandle } from "./file-system-handle";

export class WebFileSystemDirectoryHandle extends WebFileSystemHandle {
constructor(handle) {
super(handle);
}

async getFileHandle(name, options) {
return this._handle.getFileHandle(name, options);
}
Expand Down

0 comments on commit 0eb0a9c

Please sign in to comment.