Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
feat(messaging): Switch to postMessage
Browse files Browse the repository at this point in the history
Previously, we used shared DOM by JSON.stringifying data and triggering an event.
This commit switches to window.postMessage to avoid both stringification and dom manipulation
  • Loading branch information
SomeKittens committed May 3, 2015
1 parent db89db9 commit f05431f
Show file tree
Hide file tree
Showing 4 changed files with 1,750 additions and 912 deletions.

0 comments on commit f05431f

Please sign in to comment.