Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "sysend", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Send messages to other tabs/windows in the same browser", | ||
@@ -5,0 +5,0 @@ "main": "sysend.js", |
@@ -1,3 +0,3 @@ | ||
[![npm](https://img.shields.io/badge/npm-1.3.2-blue.svg)](https://www.npmjs.com/package/sysend) | ||
![bower](https://img.shields.io/badge/bower-1.3.2-yellow.svg) | ||
[![npm](https://img.shields.io/badge/npm-1.3.3-blue.svg)](https://www.npmjs.com/package/sysend) | ||
![bower](https://img.shields.io/badge/bower-1.3.3-yellow.svg) | ||
![downloads](https://img.shields.io/npm/dt/sysend.svg) | ||
@@ -58,3 +58,4 @@ | ||
If you want to add support for Cross-Domain communiation you need to call proxy method with target domain: | ||
If you want to add support for Cross-Domain communication you need to call proxy method with url on target domain | ||
that have [proxy.html file](https://github.com/jcubic/sysend.js/blob/master/proxy.html). | ||
@@ -66,3 +67,3 @@ ```javascript | ||
on firefox you need to add CORS for the iframe (see [Cross-Domain LocalStorage](https://jcubic.wordpress.com/2014/06/20/cross-domain-localstorage/)) | ||
on Firefox you need to add **CORS** for the proxy.html that will be loaded into iframe (see [Cross-Domain LocalStorage](https://jcubic.wordpress.com/2014/06/20/cross-domain-localstorage/)) | ||
@@ -69,0 +70,0 @@ ## Demo |
/**@license | ||
* sysend.js - send messages between browser windows/tabs version 1.3.2 | ||
* sysend.js - send messages between browser windows/tabs version 1.3.3 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (C) 2014-2018 Jakub Jankiewicz <http://jcubic.pl/me> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88
14727
9