web api interface
QuotaExceededError
Limited availability
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 likequotaandrequestedto be included.
Constructor
QuotaExceededError()Experimental- : Creates a
QuotaExceededErrorobject.
- : Creates a
Instance properties
Also inherits properties from its ancestor DOMException.
quotaRead only Experimental- : Returns the system-defined storage limit (in bytes) that was exceeded.
requestedRead only Experimental- : Returns the amount of storage (in bytes) that was requested during the operation.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.