diff options
author | RaindropsSys <contact@minteck.org> | 2023-06-22 23:06:12 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-06-22 23:06:12 +0200 |
commit | 23563c7188e089929b60f9e10721c6fc43a220ff (patch) | |
tree | edfe2b009c82900d4ac27db02222d2f68dcad846 /includes/external/school/node_modules/domexception/lib/legacy-error-codes.json | |
parent | 7a7a49332df7c852abbaa33c7e8e87f93d064d61 (diff) | |
download | pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.gz pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.tar.bz2 pluralconnect-23563c7188e089929b60f9e10721c6fc43a220ff.zip |
Updated 15 files, added includes/maintenance/deleteUnusedAssets.php and deleted 4944 files (automated)
Diffstat (limited to 'includes/external/school/node_modules/domexception/lib/legacy-error-codes.json')
-rw-r--r-- | includes/external/school/node_modules/domexception/lib/legacy-error-codes.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/includes/external/school/node_modules/domexception/lib/legacy-error-codes.json b/includes/external/school/node_modules/domexception/lib/legacy-error-codes.json deleted file mode 100644 index d8b1e14..0000000 --- a/includes/external/school/node_modules/domexception/lib/legacy-error-codes.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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 -} |