- url
- The URL of the page that triggered the notification
- databaseIdentifier
- The identifier of the database where the quota was exceeded.
- quota
- The quota for the origin, in bytes
- estimatedDatabaseSize
- The estimated size of the offending database, in bytes
- totalQuota
- The total quota for all origins, in bytes
- quotaUpdater
- An instance of NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html which must be used to inform the WebView of the new quota.
Tell the client that the quota has been exceeded for the Web SQL Database API for a particular origin and request a new quota. The client must respond by invoking the NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html#updateQuota(long) method of the supplied NoType:android/webkit/WebStorage$QuotaUpdater;Href=../../../reference/android/webkit/WebStorage.QuotaUpdater.html instance. The minimum value that can be set for the new quota is the current quota. The default implementation responds with the current quota, so the quota will not be increased.