We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb5227 commit 9f2460cCopy full SHA for 9f2460c
README.md
@@ -277,7 +277,7 @@ The request strategy used by the JavaScript client includes:
277
- On the browser:
278
+ [CORS](https://en.wikipedia.org/wiki/Cross-Origin_Resource_Sharing#Browser_support) for modern browsers
279
+ [XDomainRequest](https://msdn.microsoft.com/en-us/library/ie/cc288060%28v=vs.85%29.aspx) for IE <= 10
280
- + [JSONP](https://en.wikipedia.org/wiki/JSONP) in any situation where Ajax requests are unavailabe or blocked.
+ + [JSONP](https://en.wikipedia.org/wiki/JSONP) in any situation where Ajax requests are unavailable or blocked.
281
- Node.js:
282
+ native [`http` module](https://nodejs.org/api/)
283
0 commit comments