profile-place / centra

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%