UNPKG

ep_rocketchat

Version:
9 lines (7 loc) 225 B
'use strict'; exports.pushMethod = (data) => { const event = new CustomEvent('ep_push_notification', {detail: {eventName: 'notifyMe', data}}); // Dispatch/Trigger/Fire the event window.dispatchEvent(event); };