Skip to content

Commit 5eb57ea

Browse files
committed
Remove metadata (keeping it local)
1 parent 1318b41 commit 5eb57ea

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

.prettierrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,12 @@ try {
140140
// Load the file from the network.
141141
const fileBlob = await loadFileFromNetwork();
142142
try {
143-
const handle = await navigator.crossOriginStorage.requestFileHandle(hash, {
144-
create: true,
145-
});
143+
const handle = await navigator.crossOriginStorage.requestFileHandle(
144+
hash,
145+
{
146+
create: true,
147+
},
148+
);
146149
// The resulting `FileSystemFileHandle` can only be used for writing.
147150
// Trying to call `handle.getFile()` would fail with a `NotAllowed`
148151
// `DOMException`.

security-privacy-questionnaire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ No.
8686

8787
## 22. What should this questionnaire have asked?
8888

89-
It could include a question about whether the API promotes transparency in user-facing permission prompts to enhance user understanding of the implications of granting access.
89+
It could include a question about whether the API promotes transparency in user-facing permission prompts to enhance user understanding of the implications of granting access.

0 commit comments

Comments
 (0)