chore(typescript 1.6 upgrade): fix build.js and docs
This commit is contained in:

committed by
Victor Savkin

parent
2ee32fb02c
commit
7a53f82516
@ -40,6 +40,9 @@ export type RequestOptionsArgs = {
|
||||
headers?: Headers;
|
||||
// TODO: Support Blob, ArrayBuffer, JSON, URLSearchParams, FormData
|
||||
body?: string;
|
||||
mode?: any;
|
||||
credentials?: any;
|
||||
cache?: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user