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 upIDBObjectStore's constructor should be responsible for messaging the IndexedDB thread #25323
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating an
IDBObjectStoreinIDBDatabase'sCreateObjectStorefunction, a message is sent to the idb thread that makes sure that we create/open a store in our database as well. It makes more sense to send this message from the constructor ofIDBObjectStore.Files
compontents/script/dom/idbdatabase.rscompontents/script/dom/idbobjectstore.rs