sync-fetch
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "sync-fetch", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Synchronous version of the Fetch API", | ||
"main": "index.js", | ||
"browser": "browser.js", | ||
"jsdelivr": "bundle.js", | ||
"unpkg": "bundle.js", | ||
"files": [ | ||
@@ -46,3 +48,3 @@ "index.js", | ||
"chai-string": "^1.5.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"conventional-changelog-cli": "^3.0.0", | ||
"form-data": "^4.0.0", | ||
@@ -49,0 +51,0 @@ "mocha": "^10.0.0", |
@@ -13,3 +13,3 @@ # sync-fetch | ||
<script src="https://unpkg.com/sync-fetch"></script> | ||
<script src="https://unpkg.com/sync-fetch@VERSION/browser.js"></script> | ||
<script src="https://unpkg.com/sync-fetch@VERSION"></script> | ||
@@ -45,2 +45,3 @@ ## Use | ||
- (Non-spec) `timeout` | ||
- The non-standard `buffer()` method is not supported | ||
- CORS limitations apply, of course (note they may be stricter for synchronous requests) |
31901
46