UNPKG

@backgroundjs/core

Version:

An extendible background job queue for js/ts applications

8 lines 210 B
// Extend standard Event with our custom data export class QueueEvent extends Event { constructor(type, data) { super(type); this.data = data; } } //# sourceMappingURL=queue-event.js.map