W3cubDocs

/Web APIs

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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
quota 138 138 No 122 No 138 No 91 No No 138 No

See also

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/QuotaExceededError/quota