Searched defs:HeadersInit (Results 1 – 3 of 3) sorted by relevance
53 export type HeadersInit = string[][] | Record<string, string | ReadonlyArray<string>> | Headers alias
551 Object.defineProperties(Headers.prototype, {
2536 webidl.converters.HeadersInit = function(V) { class