cookies icon indicating copy to clipboard operation
cookies copied to clipboard

Manage request/response cookies in the environments where those are not supported.

Results 3 cookies issues
Sort by recently updated
recently updated
newest added

This issue is meant to cover the discussion that started [here](https://github.com/mswjs/virtual-cookies/pull/1#discussion_r528306669). Currently the exposed data structures are the same that are used internally. It would be possible that a user...

Implements a new `CookieStore` that: - Respects cookie `domain` and the response issuer origin; - Respects cookie `path` and the given request `pathname` (when returning relevant request cookies); - Has...