postMessage events.postMessage events to the parent window:CKYC:startedCKYC:errorCKYC:completedsignatureKey (string)message (optional string)Recommendation: validate the message originbefore trusting the event payload.
postMessage events to the parent window:CKYC:form_startedCKYC:form_errorCKYC:form_completedform_id (optional string)form_submission_id (optional string)message (optional string)Recommendation: validate the message originbefore usingform_id/form_submission_id.
| Setup | WASM mode | Scanning & PDF |
|---|---|---|
| Without COOP + COEP | Single-threaded | ✅ Works, slightly slower |
| With COOP + COEP | Multi-threaded | ✅ Works, full performance |