fetch-xhr-shim 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -354,8 +354,8 @@ const blob = new Blob([JSON.stringify({ foo: "bar" })], {
354
354
 
355
355
  const reader = new FileReader();
356
356
  reader.addEventListener("loadend", () => {
357
- // reader.result contains the contents of blob as a typed array
358
- });
357
+ // reader.result contains the contents of blob as a typed array
358
+ });
359
359
  reader.readAsArrayBuffer(blob);
360
360
 
361
361
  fetch("https://example.com/blob", {