Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.41 KB

XMLHttpRequest

A Node.js implementation of the WHATWG XMLHttpRequest Living Standard for non-browser environments. The XMLHttpRequest Standard defines an API that provides scripted client functionality for transferring data between a client and a server.

Coverage Status

References

Installation

npm install [-g] @essamonline/whatwg-xhr

Usage

With CommonJS in JavaScript,

const { XMLHttpRequest } = require('@essamonline/whatwg-xhr');

With ESM or TypeScript,

import { XMLHttpRequest } from '@essamonline/whatwg-xhr';

Testing

Documentation

Source code documentation, along with a test coverage report and more relevant documents are all included under Documentation.

Node version support

License

This software is licensed under the MIT license, see the LICENSE file.