This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 333
Release History
Daiyi Peng edited this page Aug 2, 2017
·
1 revision
TBD
- Multiple zone in the process
- Napa zone and Node zone type
- Broadcast
- Signature: broadcast code snippet
- Signature: broadcast an anonymous function, without closure
- Arguments: plain JavaScript objects only.
- Execute
- Signature: execute a function by module name and function name
- Signature: execute an anonymous function, without closure.
- Arguments: support transportable types
- Options: support timeout
- Interface
TransportableandTransportableObject
- Support
set/getwith transportable types, no cache support for now.
- Type
Handle - Interface
AllocatorandAllocatorDebugger - Function
debugAllocator - Object
crtAllocatoranddefaultAllocator
- JavaScript API via
log - C++ API
- Support custom logging providers
- JavaScript API via
metric - C++ API
- Support custom metric providers
- Abstract class
ShareableWrapto create shareable addons across-isolates.