Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ onReady
Method
onReady
src/client-API/web-components.js:270–272 ·
view source on GitHub ↗
@private
(editor)
Source
from the content-addressed store, hash-verified
268
269
/** @private */
270
onReady(editor) {
271
this.dispatchEvent(
new
CustomEvent(
'ready'
, {bubbles: true, cancelable: true, detail: {editor}}));
272
}
273
274
/** @private */
275
onError(error) {
Callers
1
createEditor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected