Skip to content

Commit

Permalink
update StorageManager.getDirectory() apiref (#30062)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
skyclouds2001 authored Nov 6, 2023
1 parent e2d37ec commit 7577d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/storagemanager/getdirectory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.StorageManager.getDirectory
---

{{securecontext_header}}{{APIRef("Storage")}}
{{securecontext_header}}{{APIRef("File System API")}}

The **`getDirectory()`** method of the {{domxref("StorageManager")}} interface is used to obtain a reference to a {{domxref("FileSystemDirectoryHandle")}} object allowing access to a directory and its contents, stored in the [origin private file system](/en-US/docs/Web/API/File_System_API/Origin_private_file_system) (OPFS).

Expand Down

0 comments on commit 7577d45

Please sign in to comment.