Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references following whatwg/storage#83 #176

Merged
merged 1 commit into from
Apr 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ invoked, must run these steps:
1. If |environment|'s [=environment settings object/origin=] is an [=opaque origin=],
return [=a promise rejected with=] a {{SecurityError}}.

1. Let |storage| be |environment|'s [=environment settings object/origin=]'s [=site storage unit=].
1. Let |storage| be |environment|'s [=environment settings object/origin=]'s [=storage unit=].
1. Let |bucket| be |storage|'s [=bucket=].
1. Return [=a promise resolved with=] a new {{FileSystemDirectoryHandle}},
whose associated [=FileSystemHandle/entry=] is |bucket|'s [=sandboxed file system root=].
Expand Down Expand Up @@ -1395,7 +1395,7 @@ Examples of directories that user agents might want to restrict as being
<dfn>too sensitive or dangerous</dfn> include:

* The directory or directories containing the user agent itself.
* Directories where the user agent stores [=site storage=].
* Directories where the user agent stores [=storage|website storage=].
* Directories containing system files (such as `C:\Windows` on Windows).
* Directories such as `/dev/`, `/sys`, and `/proc` on Linux that would give access to low-level devices.
* A user's entire "home" directory.
Expand Down