Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ onFormSandboxError
Function
onFormSandboxError
src/components/encrypted-form/encryptedForm.js:101–103 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
99
}
100
101
onFormSandboxError(error) {
102
this.port.emit(
'encrypted-form-error'
, mapError(error));
103
}
104
105
onFormSubmit(event) {
106
const
armoredDataInput = $(
'<textarea/>'
, {
Callers
nothing calls this directly
Calls
2
mapError
Function · 0.90
emit
Method · 0.45
Tested by
no test coverage detected