HeadersInit

type HeadersInit = Iterable<string[]> | Record<string, string>;

§Type

§
Iterable<string[]> | Record<string, string>
[src]