2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
// https://www.w3.org/TR/WebIDL-1/#quotaexceedederror
|
|
export const QUOTA_EXCEEDED_ERR = 22;
|