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
Follow-up of #4724: Currently the browser module browser-keyboard-layout-provider loads all available static keyboard layouts. I expect the list of statically available layouts to grow, so at some point the memory footprint might become too large. We should improve this by holding only the active layout in memory. Furthermore, we should avoid to include all layouts in the bundle.js, so we might move them to a backend service.
The text was updated successfully, but these errors were encountered:
Follow-up of #4724: Currently the browser module
browser-keyboard-layout-provider
loads all available static keyboard layouts. I expect the list of statically available layouts to grow, so at some point the memory footprint might become too large. We should improve this by holding only the active layout in memory. Furthermore, we should avoid to include all layouts in the bundle.js, so we might move them to a backend service.The text was updated successfully, but these errors were encountered: