Module

Database.IndexedDB.IDBKey

Package
purescript-indexeddb
Repository
truqu/purescript-indexedDB

A key has an associated type which is one of: number, date, string, or array.

NOTE: Binary keys aren't supported yet.

Re-exports from Database.IndexedDB.IDBKey.Internal

#Key Source

newtype Key

Instances

#IDBKey Source

class IDBKey a  where

Interface describing a key. Use the unsafeFromKey to convert a key to a known type (e.g if you only strings as keys, or perfectly knows the type of a given key).

Members

Instances