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

Latest commit

 

History

History
20 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 567 Bytes

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