Back to Content

QuotaExceededError: requested property

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

latest465 B
Original Source

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

The requested read-only property of the {{domxref("QuotaExceededError")}} interface returns the number of bytes that were requested when the error occurred, or undefined if the information is not available.

Value

A number representing the requested amount of storage in bytes, or undefined.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("QuotaExceededError")}}