- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
28 lines
660 B
JSON
28 lines
660 B
JSON
{
|
|
"IndexSizeError": 1,
|
|
"DOMStringSizeError": 2,
|
|
"HierarchyRequestError": 3,
|
|
"WrongDocumentError": 4,
|
|
"InvalidCharacterError": 5,
|
|
"NoDataAllowedError": 6,
|
|
"NoModificationAllowedError": 7,
|
|
"NotFoundError": 8,
|
|
"NotSupportedError": 9,
|
|
"InUseAttributeError": 10,
|
|
"InvalidStateError": 11,
|
|
"SyntaxError": 12,
|
|
"InvalidModificationError": 13,
|
|
"NamespaceError": 14,
|
|
"InvalidAccessError": 15,
|
|
"ValidationError": 16,
|
|
"TypeMismatchError": 17,
|
|
"SecurityError": 18,
|
|
"NetworkError": 19,
|
|
"AbortError": 20,
|
|
"URLMismatchError": 21,
|
|
"QuotaExceededError": 22,
|
|
"TimeoutError": 23,
|
|
"InvalidNodeTypeError": 24,
|
|
"DataCloneError": 25
|
|
}
|