Exception was thrown at line 3670, column 8 in https://code.jquery.com/jquery-1.12.4.js

Exception was thrown at line 3670, column 8 in https://code.jquery.com/jquery-1.12.4.js

With jQuery 1.12.4, When compiling and running the project in Visual Studio 2013, I get a ton of:

Exception was thrown at line 3670, column 8 in https://code.jquery.com/jquery-1.12.4.js 0x8000000a - JavaScript runtime error: The data necessary to complete this operation is not yet available.

and these:

Exception was thrown at line 745, column 2 in https://code.jquery.com/jquery-1.12.4.js
0x800a1396 - JavaScript runtime error: Array.prototype.slice: 'this' is not a JavaScript object
Exception was thrown at line 2664, column 2 in https://code.jquery.com/jquery-1.12.4.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'compareDocumentPosition'

I don't get any of these issues with Firefox or Chrome.