Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

FetchOptions

The fetch options for the request.

API/Interfaces/FetchOptions
hoshimi/src/types/Rest.d.ts

Signature

export interface FetchOptions extends Omit<RestOptions, "endpoint" | "body">

Properties

2
signalbody

Methods

0

No methods.

Properties

signal#
signal: AbortSignal;

The signal for the request.

body#
body?: string;

The stringified body for the request.