This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Description
The receiver that is the main entry point of the library could be converted to a promise-based solution. An easy backwards-compatible approach may be to check if the call back is omitted. If it is, then assume a promise approach is desired.
Appropriate tests would be needed to ensure both flows remain viable.