Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConverting a Value to a Key for IndexedDB is missing some cases #25327
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Converting a
Valueto aKeydoes not behave as we expect and the implementation is incomplete. For example, we are not able to convertArraysandDates. This will also require some changes to theIndexedDBKeyTypelocated incompontents/net_traits/indexeddb_thread.rs, as we need to add support forArraysandDatesas keys.Task
Function
convert_value_to_keyFiles
components/script/dom/idbobjectstore.rscompontents/net_traits/indexeddb_thread.rsSpecification
https://www.w3.org/TR/IndexedDB-2/#convert-value-to-key