puppeteer/new-docs/puppeteer.protocol.network.cookiesamesite.md
2020-07-13 14:01:35 +01:00

546 B

Home > puppeteer > Protocol > Network > CookieSameSite

Protocol.Network.CookieSameSite type

Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies

Signature:

export type CookieSameSite = ('Strict' | 'Lax' | 'None');