Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/xmlhttprequest
returns an XMLHttpRequest object or ActiveXObject
https://github.com/component/xmlhttprequest
Last synced: 13 days ago
JSON representation
returns an XMLHttpRequest object or ActiveXObject
- Host: GitHub
- URL: https://github.com/component/xmlhttprequest
- Owner: component
- Created: 2014-01-21T19:09:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T19:19:51.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T17:06:17.671Z (8 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# xmlhttprequest
Returns an XMLHttpRequest object or an ActiveXObject for fallback. This module provides api compatibility to the node.js module of the same name.
## xmlhttprequest(opt)
Options change the behavior during instantiation of the new xml request instance.
* xdomain
> The request will be cross domain so only return a working request instance if cross domain is supported