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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
All of the HUD's UI components should be in an isolated <iframe>
Can also consider a shadow DOM a la web components (@legomushroom)
Add small amount of "bridge" JS that communicates between the Glimpse.Browser.Agent and the HUD
Can use (postMessage())[https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage] to accomplish this
This will mitigate concerns related to:
style isolation (there is no guarantee that HUD styles are not overridden by inherited styles)
performance metrics: currently, the performance numbers (as well as load times, etc.) can be influenced by the HUD, since they are all within the same main thread.
The text was updated successfully, but these errors were encountered:
<iframe>
postMessage()
)[https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage] to accomplish thisThis will mitigate concerns related to:
The text was updated successfully, but these errors were encountered: