I searched but cannot find anything about the data types that IndexedDB supports. I know that it supports core Javascript objects, but what if I want to save an instance of an object or data block? Does IndexedDB support anything more than simple objects, or does it have data types to help create creative things?
thank
source
share