IlmConnect / IlmConnect-V2-Old

3 stars 0 forks source link

Message passing between iframe and frontend #22

Open nmosman opened 1 year ago

nmosman commented 1 year ago

Messaging system for plugins UI between iframe and frontend. Will likely have to create a frontend library for our plugins with this.

Aelbannan commented 1 year ago

Simple example for message passing: https://stackoverflow.com/questions/9153445/how-to-communicate-between-iframe-and-the-parent-site

Aelbannan commented 1 year ago

What you need to do is create an event listener system over this (ie. allow people to add listeners for specific events, and remove those listeners)

nmosman commented 1 year ago

We should actually make this a P2 because for now for MVP at least because we should for MVP make core plugins part of the app.