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
When the <html-gl> element or an element that has been activated via jQuery(element).htmlgl() is removed from DOM the associated WebGL representation should also be torn down.
This can be done via MutationObserver, but the teardown routine should also be publicly available for manual triggering.
The text was updated successfully, but these errors were encountered:
When the
<html-gl>
element or an element that has been activated viajQuery(element).htmlgl()
is removed from DOM the associated WebGL representation should also be torn down.This can be done via MutationObserver, but the teardown routine should also be publicly available for manual triggering.
The text was updated successfully, but these errors were encountered: