Methods
get
- get(name: string): string | null
-
Parameters
Returns string | null
set
- set(name: string, value: string): { error: Error | null; isQuotaError: boolean }
-
Parameters
-
name: string
-
value: string
Returns { error: Error | null; isQuotaError: boolean }
-
error: Error | null
-
isQuotaError: boolean