MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / constructor

Method constructor

src/client-API/client-api.js:589–591  ·  view source on GitHub ↗
(editorId)

Source from the content-addressed store, hash-verified

587 */
588class Editor {
589 constructor(editorId) {
590 this.editorId = editorId;
591 }
592
593 /**
594 * Requests the encryption of the editor content for the given recipients.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected