Typedef
Static Public Summary | ||
public |
A valid reference is any truthy value that is not boolean. |
|
public |
A remote value proxy returned from the RemoteValue constructor. |
|
public |
An ES6 context environment |
|
public |
The es6 EnvContext. |
Static Public
public Reference: number | string | object | function | symbol source
A valid reference is any truthy value that is not boolean.
public RemoteValueProxy: object | function source
A remote value proxy returned from the RemoteValue constructor. This proxy make possible to make changes to remote values and get the changes send to the remote peer.
public es6: object source
An ES6 context environment
Example:
import es6 from 'remote-environment/es6';
public es6UnstableEnv: EnvContext source
The es6 EnvContext.
Example:
import envContext from 'remote-context/envs/es6-unstable';