Members

env :String

The type environment.
Type:
  • String

Methods

serializeError(err) → {Object|*}

Error object can't be sent via .postMessage() so we have to serialize them into an error-like Object that can be sent.
Parameters
Name Type Description
err *
Returns
Type
Object | *
Fork me on GitHub