神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias GameHttpFetchRequestOptions

    type GameHttpFetchRequestOptions = {
        body?: string | ArrayBuffer;
        headers?: GameHttpFetchHeaders;
        method?: "OPTIONS" | "GET" | "HEAD" | "PUT" | "POST" | "DELETE" | "PATCH";
        timeout?: number;
    }
    Index

    Properties

    body?: string | ArrayBuffer

    请求体

    请求头

    method?: "OPTIONS" | "GET" | "HEAD" | "PUT" | "POST" | "DELETE" | "PATCH"

    请求方法

    timeout?: number

    请求超时时间,单位为毫秒