Skip to content

Commit

Permalink
0.2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 16, 2022
1 parent db1ec0f commit 125ed10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ broadcastchannel.publish('my events', 'hello from tab B') // => A: 'hello from t
<dd><p>Subscribe to global <code>publish</code> events.</p></dd>
<b><code>broadcastchannel.unsubscribe(room: string, f: function(any):any)</code></b><br>
<dd><p>Unsubscribe from <code>publish</code> global events.</p></dd>
<b><code>broadcastchannel.publish(room: string, data: any)</code></b><br>
<b><code>broadcastchannel.publish(room: string, data: any, origin: any)</code></b><br>
<dd><p>Publish data to all subscribers (including subscribers on this tab)</p></dd>
</dl>
</details>
Expand Down Expand Up @@ -1098,6 +1098,7 @@ library has some insane environment where global Promise objects are overwritten
<dl>
<b><code>random.rand</code></b><br>
<b><code>random.uint32</code></b><br>
<b><code>random.uint53</code></b><br>
<b><code>random.oneOf(arr: Array&lt;T&gt;): T</code></b><br>
<b><code>random.uuidv4</code></b><br>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib0",
"version": "0.2.49",
"version": "0.2.50",
"description": "",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 125ed10

Please sign in to comment.