Skip to content

Nonblocking search using async #560

@Benjamin-Lee

Description

@Benjamin-Lee

Description

Right now, it appears that adding search functionality blocks the UI thread while it runs. While I can move it to a webworker, it would be ideal to just await the results.

Describe the solution you'd like

Use async js when searching a large (10k element) JSON array.

Describe alternatives you've considered

Webworkers?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions