Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ onReady
Method
onReady
src/client-API/web-components.js:181–183 ·
view source on GitHub ↗
@private
()
Source
from the content-addressed store, hash-verified
179
180
/** @private */
181
onReady() {
182
this.dispatchEvent(
new
CustomEvent(
'ready'
, {bubbles: true, cancelable: true}));
183
}
184
185
/** @private */
186
onError(error) {
Callers
1
createContainer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected