redom / redom

Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.

Home Page:https://redom.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mounting component into iframe contentDocument does not trigger lifecycle events

RyanV opened this issue · comments

Mounting a component into an iframe from a parent window does not properly trigger lifecycle events.

Example: https://codepen.io/anon/pen/pXaRgQ?editors=1010

Forking and adding PR.