Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "clooneyjs", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Clooney is an actor library for the web", | ||
@@ -5,0 +5,0 @@ "main": "clooney.js", |
@@ -66,3 +66,3 @@ # Clooney | ||
const actor = await Clooney.spawn(MyActor); | ||
await actor.callCallback(msg => console.log(msg)); // logs 'ohai' | ||
await actor.callCallback(Clooney.asRemoteValue(msg => console.log(msg))); // logs 'ohai' | ||
``` | ||
@@ -74,3 +74,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/clooneyjs@0.4.0/clooney.bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/clooneyjs@0.4.1/clooney.bundle.min.js"></script> | ||
<script> | ||
@@ -77,0 +77,0 @@ async function newWorkerFunc() { |
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
34179