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
- Host: GitHub
- URL: https://github.com/oscarmarina/communicate-iframe-events
- Owner: oscarmarina
- License: mit
- Created: 2020-05-19T12:03:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T08:37:46.000Z (about 5 years ago)
- Last Synced: 2025-02-08T09:13:04.617Z (4 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).