File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
<img src =" https://github.com/jcubic/sysend.js/blob/master/assets/logo.svg?raw=true " alt =" Sysend.js logo " />
3
3
</p >
4
4
5
- [ ![ npm] ( https://img.shields.io/badge/npm-1.16.3 -blue.svg )] ( https://www.npmjs.com/package/sysend )
6
- ![ bower] ( https://img.shields.io/badge/bower-1.16.3 -yellow.svg )
5
+ [ ![ npm] ( https://img.shields.io/badge/npm-1.17.0 -blue.svg )] ( https://www.npmjs.com/package/sysend )
6
+ ![ bower] ( https://img.shields.io/badge/bower-1.17.0 -yellow.svg )
7
7
![ downloads] ( https://img.shields.io/npm/dt/sysend.svg )
8
8
[ ![ jsdelivr] ( https://img.shields.io/jsdelivr/npm/hm/sysend )] ( https://www.jsdelivr.com/package/npm/sysend )
9
9
@@ -56,6 +56,7 @@ You can also use the HTTP header:
56
56
Origin-Trial: <TOKEN>
57
57
```
58
58
59
+ Right now the API only works with localStorage fallback.
59
60
60
61
## Installation
61
62
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sysend" ,
3
- "version" : " 1.16.3 " ,
3
+ "version" : " 1.17.0 " ,
4
4
"description" : " Communication and Synchronization between browser tabs/windows. Works cross-domain." ,
5
5
"main" : " sysend.js" ,
6
6
"typings" : " sysend.d.ts" ,
Original file line number Diff line number Diff line change 1
1
/**@license
2
- * sysend.js - send messages between browser windows/tabs version 1.16.3
2
+ * sysend.js - send messages between browser windows/tabs version 1.17.0
3
3
*
4
4
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
5
5
* Released under the MIT license
Original file line number Diff line number Diff line change 1
1
/**@license
2
- * sysend.js - send messages between browser windows/tabs version 1.16.3
2
+ * sysend.js - send messages between browser windows/tabs version 1.17.0-beta
3
3
*
4
4
* Copyright (C) 2014-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
5
5
* Released under the MIT license
You can’t perform that action at this time.
0 commit comments