mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
717 B
717 B
Home > puppeteer > Protocol > Network > BlockedSetCookieWithReason > cookie
Protocol.Network.BlockedSetCookieWithReason.cookie property
The cookie object which represents the cookie which was not stored. It is optional because sometimes complete cookie information is not available, such as in the case of parsing errors.
Signature:
cookie?: Cookie;