chore(typescript 1.6 upgrade): fix build.js and docs

This commit is contained in:
Alex Eagle
2015-09-23 15:02:37 -07:00
committed by Victor Savkin
parent 2ee32fb02c
commit 7a53f82516
12 changed files with 148 additions and 124 deletions

View File

@ -40,6 +40,9 @@ export type RequestOptionsArgs = {
headers?: Headers;
// TODO: Support Blob, ArrayBuffer, JSON, URLSearchParams, FormData
body?: string;
mode?: any;
credentials?: any;
cache?: any;
}
/**