MDN Web Docs

Constructor

QuotaExceededError()

Creates a QuotaExceededError object.

Instance properties

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.

Specifications

Specification
Web IDL
# quotaexceedederror

Browser compatibility

See also

Help improve MDN

Yes No

Learn how to contribute

This page was last modified on by MDN contributors.

Read the original on developer.mozilla.org ↗