Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

progress-events

achingbrain292.6kApache-2.0 OR MIT1.0.1TypeScript support: included

Progress events and types

readme

progress-events

codecov CI

Progress events and types

Table of contents

Install

$ npm i progress-events

Browser <script> tag

Loading this module through a script tag will make it's exports available as ProgressEvents in the global namespace.

<script src="https://unpkg.com/progress-events/dist/index.min.js"></script>

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

changelog

1.0.1 (2024-07-10)

Dependencies

  • dev: bump aegir from 38.1.8 to 40.0.0 (#13) (fe843b2)

1.0.0 (2023-02-07)

Features

Trivial Changes