Remix
Remix
remix/headers/accept · TypeView Source

AcceptInit

Summary

Initializer for an Accept header value.

Signature

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