@feizheng/next-gm-xhr

1.0.7 • Public • Published

next-gm-xhr

GM_xmlhttpRequest for next.

version license size download

installation

npm install -S @feizheng/next-gm-xhr

apis

api params description
get - -
post - -
put - -
delete - -

usage

import NxGmXhr from '@feizheng/next-gm-xhr';

const options = { timeout: 3000, /* ... */ };

// basic usage:
NxGmXhr.get('https://api.github.com/users/afeiship').then(res=>{
  console.log(res);
});

resources

license

Code released under the MIT license.

Package Sidebar

Install

npm i @feizheng/next-gm-xhr

Weekly Downloads

15

Version

1.0.7

License

MIT

Unpacked Size

7.08 kB

Total Files

5

Last publish

Collaborators

  • afeiship