Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.46 KB

File metadata and controls

59 lines (32 loc) · 1.46 KB

quickjs-emscriptenquickjs-emscripten-coreReadme | Exports


quickjs-emscripten / quickjs-emscripten-core / errors / QuickJSAsyncifySuspended

Class: QuickJSAsyncifySuspended

Contents

Extends

  • Error

Constructors

new QuickJSAsyncifySuspended(message)

new QuickJSAsyncifySuspended(message?): QuickJSAsyncifySuspended

Parameters

message?: string

Returns

QuickJSAsyncifySuspended

Inherited from

Error.constructor

Source

node_modules/typescript/lib/lib.es5.d.ts:1081

Properties

name

name: string = "QuickJSAsyncifySuspended"

Overrides

Error.name

Source

packages/quickjs-emscripten-core/src/errors.ts:37


Generated using typedoc-plugin-markdown and TypeDoc