You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension currently stores Core+ jsapi downloads by worker URL. Some workers might use the same api version, so it would be more optimal to cache by worker kind / engine type to avoid duplicate downloads.
The extension currently stores Core+ jsapi downloads by worker URL. Some workers might use the same api version, so it would be more optimal to cache by worker kind / engine type to avoid duplicate downloads.
e.g. We do this in the web here:
https://github.com/deephaven-ent/iris/blob/0fccc395d44974571e71085c762b68c151c7ca58/web/client-ui/src/main/AppMainContainer.tsx#L587
The text was updated successfully, but these errors were encountered: