0.3.1 • Published 1 year ago

@eventkit/http v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago