MCPcopy
hub / github.com/mailvelope/mailvelope / onError

Function onError

test/integration/components/editor/editor.test.js:504–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 await typeRecipient('in-flight@example.com');
503 const errors = [];
504 const onError = err => errors.push(err.message);
505 page.on('pageerror', onError);
506 await page.evaluate(async () => {
507 window.testHarness.unmountEditor();

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected