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?
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?