Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
/ centra Public archive

Fork of @aero/centra to support window.fetch and XMLHttpRequest

License

Notifications You must be signed in to change notification settings

profile-place/centra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@socials/centra

Fork of @aero/centra to support window.fetch and XMLHttpRequest

Usage

const fetch = require('@socials/centra');

fetch('https://augu.dev', 'get')
  .then(async res => {
    const data = await res.text();
    console.log(data);
  }).catch(console.error);

Credits

License

@socials/centra is released under the MIT License, read here for more information.

About

Fork of @aero/centra to support window.fetch and XMLHttpRequest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published