fix(plugin): adapt promise host wire values
This commit is contained in:
parent
b87bb4486f
commit
20e37e7122
3 changed files with 137 additions and 19 deletions
|
|
@ -193,12 +193,12 @@ import { ClientError } from "./client-error"
|
|||
export interface ClientOptions {
|
||||
readonly baseUrl: string
|
||||
readonly fetch?: typeof globalThis.fetch
|
||||
readonly headers?: HeadersInit
|
||||
readonly headers?: RequestInit["headers"]
|
||||
}
|
||||
|
||||
export interface RequestOptions {
|
||||
readonly signal?: AbortSignal
|
||||
readonly headers?: HeadersInit
|
||||
readonly headers?: RequestInit["headers"]
|
||||
}
|
||||
|
||||
interface RequestDescriptor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue