Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ onError
Method
onError
src/client-API/web-components.js:275–277 ·
view source on GitHub ↗
@private
(error)
Source
from the content-addressed store, hash-verified
273
274
/** @private */
275
onError(error) {
276
this.dispatchEvent(
new
ErrorEvent(
'error'
, {message: error.message, error}));
277
}
278
}
279
280
/** @private */
Callers
2
connectedCallback
Method · 0.95
createEditor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected