Chrome debugger outputs the following warning that appears to cause circular references and possible memory leaks.
Require cycle: node_modules/realm/lib/browser/util.js -> node_modules/realm/lib/browser/rpc.js -> node_modules/realm/lib/browser/util.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.