@azure/storage-blob
Advanced tools
Comparing version 12.1.2-dev.20200518.2 to 12.1.2-dev.20200519.2
{ | ||
"name": "@azure/storage-blob", | ||
"sdk-type": "client", | ||
"version": "12.1.2-dev.20200518.2", | ||
"version": "12.1.2-dev.20200519.2", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
@@ -92,4 +92,16 @@ # Azure Storage Blob client library for JavaScript | ||
To use this client library in the browser, you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). | ||
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling). | ||
#### Special bundling notes for IE11 | ||
Currently only `Parcel` and `Rollup` work well with Storage client libraries for IE11. | ||
If `Parcel` is used then no further work is needed. If using Rollup, an additional step is needed to transform the bundled output to the format that IE11 supports. | ||
Assuming `bundled-output.js` is the result from `Rollup`: | ||
```bash | ||
tsc --allowJS --target es5 bundled-output.js --outfile final-output.js | ||
``` | ||
### CORS | ||
@@ -96,0 +108,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4969415
521
0