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 > cookieLine
Protocol.Network.BlockedSetCookieWithReason.cookieLine property
The string representing this individual cookie as it would appear in the header. This is not the entire "cookie" or "set-cookie" header which could have multiple cookies.
Signature:
cookieLine: string;