0.0.0 • Published 3 years ago

ember-wo-push-updates v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ember-wo-push-updates

This addon will provide the necessary functions to interact with push updates. This addon will also provide a tab-id which is stored in window.identifier

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Usage

Only one function is provided, addPollCallbackFunction. This function will register a callback to happen when a push update is received, the callback will be given 3 arguments: the data, type and realm of the push received update.