UNPKG

@pilotlab/lux-tools

Version:

A luxurious user experience framework, developed by your friends at Pilot.

11 lines (10 loc) 264 B
export declare class BackgroundProcess { constructor(); protected p_blobUrl: string; protected p_worker: Worker; protected p_function: Function; run(data: any): void; create(): void; destroy(): void; } export default BackgroundProcess;