This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Description
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.