Detector
Detector copied to clipboard
Binary websocket support and IE10
I've created an add-on for ExpressionEngine that uses Detector and it works fine everywhere except for IE10 where you get a blank page because it fails at the Modernizr test stage with an unspecified error for:
Modernizr.addTest("websocketsbinary",!!window.WebSocket&&!!(new WebSocket("ws://.")).binaryType)
Looking through the issues for Modernizr, it seems this came up a while ago with a fix merged in a few months ago.
I'm wondering if it would be possible to update the custom build that Detector uses to include this fix? I know I could create my own custom build, but I'm not sure what customisations were made to achieve the build used with Detector.
Just wondering what the status of this is.
I'll try to get this worked into Detector this week (most likely Wednesday).
Great, thanks.
I'll try to get this worked into Detector this week (most likely Wednesday).
— Reply to this email directly or view it on GitHub (https://github.com/dmolsen/Detector/issues/21#issuecomment-21016026).
the fix will be in on monday. sorry for the delay.
Did you get a chance to fix this?
Any news here? A fix would be great!
Following up on this again.
Any news on this issue? Detection is also broken on IE 11. Could some developer comment on this, please, whether it will be fixed or not? This has been broken for a long time now.
I posted ans issue #24 and I think there is nobody on detector since a long time. What a pity! Because I like detector's concept, maybe it is possible I will decide to make a fork.