Supported Data Types
Storeage supports the following data types:
- String
- Number
- Boolean
- BigInt
- ArrayBuffer
- Blob
- Array
- Object
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
you can store all the data types above as the properties of an object / array.