1.0.7 • Published 4 years ago

@feizheng/next-gm-xhr v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

next-gm-xhr

GM_xmlhttpRequest for next.

version license size download

installation

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

apis

apiparamsdescription
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.