Remix
Remix
remix/headers · TypeView Source

AcceptInit

Summary

Initializer for an Accept header value.

Signature

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