Open
Bug 1809459
Opened 2 years ago
Updated 2 years ago
Use Map instances for UniFFI maps to allow non-string keys.
Categories
(Toolkit :: UniFFI Bindings, enhancement)
Toolkit
UniFFI Bindings
Tracking
()
NEW
People
(Reporter: bdk, Unassigned)
Details
We currently implement maps using plain-old-javascript-objects. This means that all keys must be strings. UniFFI now supports non-string keys, so we should switch to using the Map class which allows for non-strings.
Reporter | ||
Updated•2 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•