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
Question is, does this actually affect anything? What is this extension used for?
EDIT: In this crate, it isn't used at all. And this crate just provides those extensions for others to use. So this crate cannot actually do anything about that. So this warning should resolve itself once Firefox actually does deactivate that extension.
For example, egui_glow is already aware of this warning and produces it on purpose because there's no real way around it.
This snippet makes Firefox give the warning in the title:
glow/src/web_sys.rs
Lines 218 to 221 in 7e702f6
I'm not sure about how
glow
uses that information (if it does at all), but it looks like you can usectx.getParameter(ctx.RENDERER)
to get something similar:https://stackoverflow.com/questions/69055946/what-does-the-message-webgl-debug-renderer-info-is-deprecated-in-firefox-and-wi
The text was updated successfully, but these errors were encountered: