I encountered this error in Google Chrome:
Uncaught Error: NOT_ALLOWED_ERR: DOM OperationNotAllowed Exception 1
I didn’t find any results with Google. Anyone know what it means?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this site: http://reference.sitepoint.com/javascript/DOMException
Dom Exception 1 refers to
INDEX_SIZE_ERR. For ex: If an index is negative, or larger than the allowed value; for example using splitText with an offset argument larger than the length of the string.