An open API service indexing awesome lists of open source software.

https://github.com/oscarmarina/communicate-iframe-events

Simple exercise to communicate with an iframe through events, inspired by - Dependency Injection with Custom Elements
https://github.com/oscarmarina/communicate-iframe-events

Last synced: 2 months ago
JSON representation

Simple exercise to communicate with an iframe through events, inspired by - Dependency Injection with Custom Elements

Awesome Lists containing this project

README

        

### Simple exercise to communicate with an iframe through events

- Events bubble up the tree.
- Events are cancelable.
- Events are synchronous.

---
##### Inspired by
- [Dependency Injection with Custom Elements](https://www.youtube.com/watch?v=6o5zaKHedTE).
- [__\__ example](https://github.com/googlearchive/di-demo).