Optional
hostnameOptional
protocolOptional
normalizeOptional
coerceOptional
checksOptional
errorOptional
patternOptional
abortOptional
whenIf provided, this check will only be executed if the function returns true
. Defaults to payload => z.util.isAborted(payload)
.
If true, no later checks will be executed if this check fails. Default
false
.