Reduce round trips for workers by using modulepreload
#291
Labels
📦 cubing/search
enhancement
New feature or request
long-term
Any issue we're interested in, but that may take years for us to work on.
https://developer.chrome.com/blog/modulepreload/
We can't set this in HTML, but we could try creating
<link rel="modulepreload" href="path/to/worker/entry">
from JavaScript whencubing/search
is loaded, so that the worker instantiation is primed sooner.This requires evanw/esbuild#2866 for us to implement.
The text was updated successfully, but these errors were encountered: