View Source
Initializer for a Cookie header value.
type CookieInit = Iterable<[string, string]> | Record<string, string>;