-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLTFLoader: Honor Firefox version when checking for ImageBitmap. #23909
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we have code in ImageBitmapLoader to feature-detect support, at one point? Did that just not work because failure cases in Firefox were hard to detect?
Fine to keep UA-sniffing for now though, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, if it's ok for others to add a version detection code, too, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🙏
Thanks! |
…oob#23909) * GLTFLoader: Honor Firefox version when checking for ImageBitmap. * GLTFLoader: Clarify ImageBitmap check. * GLTFLoader: Clean up. * GLTFLoader: More clean up.
Fixed #23906.
Description
Only use
ImageBitmapLoader
when the version of Firefox is => 98.