I can't access my JSON file using jQuery.
$.getJSON( "test.js", function( json ) {
console.log( "opened" );
});
It is valid in jsonlint, but when I open the JSON using XAMPP it fully loads but in chrome console it shows:
Error in event handler for (unknown): IndexSizeError:
Failed to execute 'setStart' on 'Range':
The offset 2028210 is larger than or equal to the node's length (32768).
at displayError (chrome-extension://chklaanhfefbnpoihckbnefhakgolnmc/content.js:18:8)
at chrome-extension://chklaanhfefbnpoihckbnefhakgolnmc/content.js:269:40"
Can anyone explain what could be causing this error? It is a fairly large file. When I open it in Safari it doesn't show the error but it also won't load the data