bemson / subetha-client

Define, send and receive SubEtha messages
Apache License 2.0
1 stars 1 forks source link

Remove postMessage serialization #5

Open bemson opened 9 years ago

bemson commented 9 years ago

The serialization of postMessage messages (both sent and received) is not necessary, since planned changes to the storage and transfer mechanisms in the bridge module, will preclude support for IE9.

The current implementation is a hold out based on tradition. In hindsight, branching the postMessage logic was a reflexive best practice that would result in dead code for the majority of use cases and trending browser support.

bemson commented 9 years ago

Didn't know about github's awareness of gitflow within issues. Will close this manually later. :-\

...Oh, and completely amazing feature! :open_mouth: (Thanks github! )