Fix secure iframes on Edge

This commit is contained in:
yflory
2017-09-08 15:54:54 +02:00
parent 290d668ceb
commit 05793c220c
6 changed files with 27 additions and 10 deletions

View File

@@ -17,6 +17,9 @@ define({
// When either the outside or inside registers a query handler, this is sent.
'EV_REGISTER_HANDLER': true,
// When an iframe is ready to receive messages
'EV_RPC_READY': true,
// Realtime events called from the outside.
// When someone joins the pad, argument is a string with their netflux id.
'EV_RT_JOIN': true,