decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

AbortController / fetch #935

Open endel opened 12 months ago

endel commented 12 months ago

Hi,

It is currently not possible to cancel fetch() requests due to the lack of AbortController implementation.

Current behaviour:

TypeError: AbortController is not a constructor