jaydenseric / apollo-upload-client

A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).
https://npm.im/apollo-upload-client
1.53k stars 155 forks source link

Document required TypeScript libs #330

Open devkral opened 10 months ago

devkral commented 10 months ago

Please document that the lib part of tsconfig,json must include "DOM.Iterable"

it is required for extract-files and causes strange errors

jaydenseric commented 5 months ago

Related: https://github.com/jaydenseric/extract-files/issues/34 .