storage.session.QUOTA_BYTES

The maximum amount of data (in bytes) that can be stored in session storage. Use storage.session.getBytesInUse() to determine the amount of stored data.

Its value is 10485760.

Browser compatibility