Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(url = 'rest/db/', namespace = 'scribe', client = 'webapp') {
this.url = url;
this.namespace = namespace;
this.client = client;
this.remoteDb = new minimongo.RemoteDb(url, client, JQueryHttpClient);
}