tough-cookie.setcookieoptions.ignoreerror.md
May 3, 2024 ยท View on GitHub
Home > tough-cookie > SetCookieOptions > ignoreError
SetCookieOptions.ignoreError property
Silently ignore things like parse errors and invalid domains. Store errors aren't ignored by this option.
Defaults to false if not provided.
Signature:
ignoreError?: boolean | undefined;