flaretailjs / flaretail.js

A JavaScript library for Firefox application development, consisting of WAI-ARIA-driven accessible widgets, a lightweight app framework, and convenient utility functions.
Other
1 stars 2 forks source link

Rewrite Events using Broadcast Channel API #43

Closed kyoshino closed 7 years ago

kyoshino commented 8 years ago

Use the Channel Messaging API instead of firing CustomEvents on window.

kyoshino commented 8 years ago

We should use the Channel Messaging API and Broadcast Channel API properly. Currently the latter is implemented only in Firefox, but Chrome will also support it.