/centra

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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