Love the IgniteUI library, but I get the below three warning messages in console caused by it.
Not show stoppers, but it would be nice if I could resolve those.
Hello Andrew,
Each of these warnings can be safely ignored. The webkitURL is used for feature detection and is part of what is used for detecting Chrome and exists for support of older browsers. The other two warnings are caused by jQuery UI rather than the Ignite UI controls. Essentially the XMLHttpRequest event is triggered and jQuery UI attempts to make a copy of the original event. When doing so it access some deprecated properties that still exist on the XMLHttpRequest event object and the warning message is thrown.
If you have any additional questions or concerns about these warnings please let me know.