Skip to content

A Node.js implementation of the WHATWG-XMLHttpRequest Living Standard for non-browser environments

License

Notifications You must be signed in to change notification settings

essamatefelsherif/whatwg-xhr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node.js implementation of the WHATWG-XMLHttpRequest Living Standard for non-browser environments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published