tough-cookie.createcookieoptions.pathisdefault.md
May 3, 2024 ยท View on GitHub
Home > tough-cookie > CreateCookieOptions > pathIsDefault
CreateCookieOptions.pathIsDefault property
A boolean flag indicating if a cookie had no 'Path' attribute and the default path was used (See RFC6265 Section 5.2.4).
Signature:
pathIsDefault?: boolean | null;