Skip to content

Commit

Permalink
Link to WICG doscourse thread
Browse files Browse the repository at this point in the history
  • Loading branch information
bsittler committed Aug 12, 2016
1 parent 9dca002 commit f4b437e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Sketching an asynchronous JavaScript cookies API for documents and workers
At present the best starting point for understanding this API is [the explainer](explainer.md). This API is inspired by and loosely based on the discussion at https://github.com/slightlyoff/ServiceWorker/issues/707 and [elsewhere](https://github.com/WICG/async-cookies-api/issues/14).

The [document-based polyfill](cookies.js) runs best in an `https` page [🔒](https://wicg.github.io/async-cookies-api/cookies_test.html) - the polyfill is also usable but some [tests](cookies_test.js) fail when run in an unsecured `http` page [🔓](http://wicg.github.io/async-cookies-api/cookies_test.html) due to its reliance on `Secure` cookie access.

There is also a [related WICG discourse thread](https://discourse.wicg.io/t/rfc-proposal-for-an-asynchronous-cookies-api/1652).

0 comments on commit f4b437e

Please sign in to comment.