method Worker.prototype.off
#Worker.prototype.off(event: "error",listener: (err: Error) => void,): this
#Worker.prototype.off(event: "exit",listener: (exitCode: number) => void,): this
#Worker.prototype.off(event: "message",listener: (value: any) => void,): this
#Worker.prototype.off(event: "messageerror",listener: (error: Error) => void,): this
#Worker.prototype.off(event: "online",listener: () => void,): this