Skip to main content
Version: v7.0.0

xhrExtra


Import
import { xhrExtra } from "@hyper-fetch/core"

Preview

type HttpAdapterExtraType = {
headers: Record<string, string>;
}

Structure

xhrExtra
NameTypeDescription
headers
Record<string, string>
On this page