From ac4fd652ba463ba42a955757adf74072a15c2e73 Mon Sep 17 00:00:00 2001 From: Daniel Brain Date: Mon, 30 May 2016 22:51:59 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd2e5314..983b2eda 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This also allows cross-domain post messages between two different windows (not j - Request/response pattern (avoids sending fire-and-forget messages back and forth) - Don't worry about serialization, just send javascript objects +- Send functions across domains and have them called on the original window - Handles all of the corner cases for IE9+, which is normally not able to send cross-domain post messages between two different windows, only iframes - Handle error cases gracefully - The user closed the window you're trying to message