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

Function init

src/client-API/web-components.js:281–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279
280/** @private */
281export function init() {
282 // See. https://developer.mozilla.org/en-US/docs/Web/API/Window/customElements#Specification#Browser_compatibility
283 if (!window.customElements) {
284 return;
285 }
286 window.customElements.define('openpgp-encrypted-form', OpenPGPEncryptedForm);
287 window.customElements.define('openpgp-email-read', OpenPGPEmailRead);
288 window.customElements.define('openpgp-email-write', OpenPGPEmailWrite);
289}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected