0.3.1 • Published 7 months ago

@eventkit/http v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@eventkit/http is a package that provides HTTP utilities for eventkit.

Installation

npm i @eventkit/http

Using a CDN

This package also bundles a browser-friendly version that can be accessed using a CDN like unpkg.

<!-- Development -->
<script src="https://unpkg.com/@eventkit/http/dist/index.global.js"></script>
<!-- Minified -->
<script src="https://unpkg.com/@eventkit/http/dist/index.global.min.js"></script>

When imported this way, all exports are available on the eventkit.http global variable.

const { EventSource } = eventkit.http;

Related Resources

0.3.1

7 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago