Skip to content

Firefox bug: Workers are destroyed before function is completed #36

@gingerchew

Description

@gingerchew

Workers are destroyed before function is completed

Possible solution:

Assign the worker variable to form element like so

form.__worker = createWorker();

This way there is a reference to the worker in a more global space?

Possible Issues

Needs to be tested to see if the issue is that it's not a GLOBAL variable or if it just needs a DOM reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions