Is your feature request related to a problem? Please describe.
In order to get rid of these bracket notation checks (db[name]) that also may be prone to porotype pollution, we should move object-dictionaries to Map
Describe the solution you'd like
Use Map / WeakMap where applicable
Is your feature request related to a problem? Please describe.
In order to get rid of these bracket notation checks (db[name]) that also may be prone to porotype pollution, we should move object-dictionaries to Map
Describe the solution you'd like
Use Map / WeakMap where applicable