Skip to content

Commit

Permalink
Update shared-workers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Mar 15, 2024
1 parent b25bd6e commit 88b6a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const sharedWorker2 = new SharedWorker("shared_worker.js", {sameSiteCookies: 'al
const sharedWorker3 = new SharedWorker("shared_worker.js", {sameSiteCookies: 'none'});
```

We further propose an extension of the [Storage Access API non-cookie extension](https://privacycg.github.io/saa-non-cookie-storage/) to provide a way to create Shared Workers that have access to first-party storage.
We further propose an extension of the [Storage Access API non-cookie extension](https://github.com/privacycg/saa-non-cookie-storage/blob/main/README.md) to provide a way to create Shared Workers that have access to first-party storage.

```javascript
// The following code would be run in a cross-site iframe for example.com.
Expand Down

0 comments on commit 88b6a9c

Please sign in to comment.