Skip to content

@edge-runtime/cookies@2.0.0-beta.34

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kikobeats Kikobeats released this 21 Oct 15:22
· 659 commits to main since this release
7f423f7

Major Changes

  • Make RequestCookies and ResponseCookies more spec compliant by resembling the Cookie Store API. The main difference is that the methods do not return Promise. (#177)

    Breaking changes:

    • ResponseCookies#get has been renamed to ResponseCookies#getValue
    • ResponseCookies#getWithOptions has been renamed to ResponseCookies#get