3.0.1 • Published 1 year ago

@ima/plugin-xhr v3.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

@ima/plugin-xhr

Build Status npm License

Helper plugin simplifying the usage of the XMLHttpRequest API. This plugin is meant to be used only at the client side and only where the fetch API is insufficient at the moment.

You can visit our site https://imajs.io.

Installation

npm install @ima/plugin-xhr --save
// /app/build.js

var vendors = {
	common: [
		'@ima/plugin-xhr'
	]
};

/*
The XHR plugin is now available like this:

import { XHR, defaultDependencies } from '@ima/plugin-xhr';
*/
// /app/config/bind.js
import { XHR, defaultDependencies } from '@ima/plugin-xhr';

oc.inject(XHR, defaultDependencies);

Usage

The API is mostly compatible with the IMA's HTTP Agent. For details, please see the API documentation.

4.0.0-rc.1

1 year ago

4.0.0-rc.0

1 year ago

4.0.0-rc.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

3.0.0-rc.10

1 year ago

3.0.0-rc.9

1 year ago

3.0.0-rc.8

2 years ago

3.0.0-rc.7

2 years ago

3.0.0-rc.6

2 years ago

3.0.0-rc.5

2 years ago

3.0.0-rc.4

2 years ago

3.0.0-rc.3

2 years ago

3.0.0-rc.2

2 years ago

3.0.0-rc.1

2 years ago

3.0.0-rc.0

2 years ago

2.0.2

2 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago