QuotaExceededError: quota property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The quota read-only property of the QuotaExceededError interface returns the system-defined storage quota (in bytes) that the operation attempted to exceed, or undefined if the information is not available.

Value

A number representing the quota limit in bytes, or undefined.

Specifications

Specification
Web IDL
# dom-quotaexceedederror-quota

Browser compatibility

See also