Hierarchy

  • Platform

Properties

crypto: Crypto

The interface for performing cryptographic operations.

encoding?: Encoding

The interface for performing encoding operations.

fileSystem?: Filesystem

The interface for performing file system operations. If the platform does not support filesystem access, then this may be undefined.

info: Info

The interface for getting information about the platform and the execution environment.

requests: Requests

The interface for performing http/https requests.

storage?: Storage

The interface for session specific storage object. If the platform does not support local storage access, this may be undefined.

Generated using TypeDoc