| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/en-US/docs/Web/API/QuotaExceededError | [Back] [Original] |
Get to know MDN better
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The QuotaExceededError interface represents an error when a requested operation would exceed a system-imposed storage quota.
Note:
In browser versions before this interface was implemented, it was a regular DOMException. The subclassing allows for extra information like quota and requested to be included.
QuotaExceededError() Creates a QuotaExceededError object.
Also inherits properties from its ancestor DOMException.
QuotaExceededError.quota Read only Returns the system-defined storage limit (in bytes) that was exceeded.
requested Read only Returns the amount of storage (in bytes) that was requested during the operation.
| Specification |
|---|
| Web IDL # quotaexceedederror |
This page was last modified on Aug 20, 2025 by MDN contributors.
QuotaExceededErrorAbortControllerAbortSignalAbstractRangeAttrCDATASectionCharacterDataCommentCustomEventDOMErrorDOMExceptionDOMImplementationDOMParserDOMTokenListDocumentDocumentFragmentDocumentTypeElementEventEventTargetHTMLCollectionMutationObserverMutationRecordNamedNodeMapNodeNodeIteratorNodeListProcessingInstructionRangeShadowRootStaticRangeTextTreeWalkerXMLDocumentXPathEvaluatorXPathExpressionXPathResultXSLTProcessorYour blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |