This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Transportable
andTransportableObject
- Support
set
/get
with transportable types, no cache support for now.
- Type
Handle
- Interface
Allocator
andAllocatorDebugger
- Function
debugAllocator
- Object
crtAllocator
anddefaultAllocator
- JavaScript API via
log
- C++ API
- Support custom logging providers
- JavaScript API via
metric
- C++ API
- Support custom metric providers
- Abstract class
ShareableWrap
to create shareable addons across-isolates.