mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
34b84759c8
Added a session ID, that actually tracks the Realm constructor in our RPC server's JS context. This conveniently let us remove the special casing for defaultPath as well as letting us call the Realm constructor with JSObjectCallAsConstructor. Fixes #68