Back to Content

QuotaExceededError: quota property

files/en-us/web/api/quotaexceedederror/quota/index.md

latest464 B
Original Source

{{APIRef("DOM")}}{{SeeCompatTable}}

The quota read-only property of the {{domxref("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

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("QuotaExceededError")}}