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
@asturur
As far as I know, HTMLDocument constructor not exists in IE9, IE10. But, It has non HTML5 specification constructor Document. But modern browsers has Document too.
I think HEADER.js#L13's condition statement should be check document is instance of Document constructor when HTMLDocument constructor is undefined.
Version
2.7.0
Test Case
Information about environment
Web Browser / IE10
Steps to reproduce
Expected Behavior
There should be no errors. Script parsed successfully, and ready to use fabric.
Actual Behavior
Browser hasn't
HTMLDocument
constructor but bundled file header containsHTMLDocument
. I can't usefabric
in IE10 at all.The text was updated successfully, but these errors were encountered: