Open
Bug 1889055
Opened 8 months ago
Updated 8 months ago
Investigate composition of statements from pieces
Categories
(Core :: Storage: IndexedDB, task, P3)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: janv, Unassigned)
Details
Filed a new bug per comment in https://phabricator.services.mozilla.com/D204868#inline-1138291
"I suggest that we don't do this runtime string concatenation but have the all the switches and branches map the enums and booleans to complete literal strings,
- to avoid unnecessary context switching and research to see what the elsewhere defined segment does
- and to avoid the (however unlikely future) issues with the concatenation algorithm or someone getting access to the return value of the function supplying the missing segment."
Reporter | ||
Updated•8 months ago
|
Summary: Investigate composition of statement from pieces → Investigate composition of statements from pieces
You need to log in
before you can comment on or make changes to this bug.
Description
•