Polyfill fetch

This commit is contained in:
richard-dds
2019-08-06 10:39:46 -04:00
parent a4581e7a7c
commit 5329937eb9
3 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import Azure from 'azure-storage'
import 'whatwg-fetch'
class AzureUploader {
constructor(accountName, containerName, sasToken) {