- From: Joshua Bell <notifications@github.com>
- Date: Thu, 19 Sep 2019 17:46:08 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/IndexedDB/issues/288/533359849@github.com>
TPAC 2019 Web Apps IndexedDB Breakout: Topics discussed: * `[SecureContext]` on commit() ? - notes in https://github.com/w3c/IndexedDB/issues/254 * Make autocommit optional - notes in https://github.com/w3c/IndexedDB/issues/34 * KV Storage * noted that there are performance concerns since IDB is "slow", but API is great * Relaxed durability - notes in https://github.com/w3c/IndexedDB/issues/50 * Storing Response/Request objects * Mostly about just making them structured cloneable (bags of metadata + a blob) * For IDB, would need to define any special indexing - see table in https://w3c.github.io/IndexedDB/#key-path-construct * Follow-up: need tracking issue * Issue backlog triage * desire to close out issues we think are not going to happen * planned for a day 2 breakout * version change transactions w/o modifying version number * consensus on use case (e.g. PouchDB) * proposal: `open(DOMString name, optional [EnforceRange] unsigned long long version, optional DOMString smursion)`; upgrade runs if number is greater or smursion doesn't match. * smursion is expected to be something like hash of database schema description; limited length string that's okay to cache in memory * we're not serious about `smursion` as a name :) * Follow-up: tracking bug, proposals * getAll with key and primary key - notes in https://github.com/w3c/IndexedDB/issues/206 * putAll - notes in https://github.com/w3c/IndexedDB/issues/69 * getMany - notes in https://github.com/w3c/IndexedDB/issues/19 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/288#issuecomment-533359849
Received on Friday, 20 September 2019 00:46:30 UTC