Module indexeddb

Module indexeddb 

Source

Enumsยง

ConversionResult ๐Ÿ”’
EvaluationResult ๐Ÿ”’
The result of steps in https://www.w3.org/TR/IndexedDB-3/#evaluate-a-key-path-on-a-value
ExtractionResult ๐Ÿ”’
The result of steps in https://www.w3.org/TR/IndexedDB-3/#extract-a-key-from-a-value-using-a-key-path

Functionsยง

can_inject_key_into_value ๐Ÿ”’
https://w3c.github.io/IndexedDB/#check-that-a-key-could-be-injected-into-a-value
convert_value_to_key
convert_value_to_key_range
https://www.w3.org/TR/IndexedDB-3/#convert-a-value-to-a-key-range
evaluate_key_path_on_value ๐Ÿ”’
https://www.w3.org/TR/IndexedDB-3/#evaluate-a-key-path-on-a-value
extract_key ๐Ÿ”’
https://www.w3.org/TR/IndexedDB-3/#extract-a-key-from-a-value-using-a-key-path
inject_key_into_value ๐Ÿ”’
https://w3c.github.io/IndexedDB/#inject-a-key-into-a-value-using-a-key-path
is_valid_key_path ๐Ÿ”’
https://www.w3.org/TR/IndexedDB-3/#valid-key-path
key_type_to_jsval
map_backend_error_to_dom_error ๐Ÿ”’