@edge-runtime/cookies@2.0.0-beta.34
Pre-release
Pre-release
Kikobeats
released this
21 Oct 15:22
·
659 commits
to main
since this release
Major Changes
-
Make
RequestCookies
andResponseCookies
more spec compliant by resembling the Cookie Store API. The main difference is that the methods do not returnPromise
. (#177)Breaking changes:
ResponseCookies#get
has been renamed toResponseCookies#getValue
ResponseCookies#getWithOptions
has been renamed toResponseCookies#get