FetchInit type

Fetch initialization options.

Signature:

type FetchInit<TQuery extends Record<string, unknown> = {}, TParseAs extends FetchParseAs = FetchParseAs> = RequestInit & {
    parseAs?: TParseAs;
    query?: TQuery;
};

References: FetchParseAs

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2025 Core3D, Inc. All Rights Reserved.