Skip to content

Latest commit

 

History

History
136 lines (73 loc) · 3.97 KB

AsyncRuntimeOptions.md

File metadata and controls

136 lines (73 loc) · 3.97 KB

quickjs-emscriptenquickjs-emscripten-coreReadme | Exports


quickjs-emscripten / quickjs-emscripten-core / AsyncRuntimeOptions

Interface: AsyncRuntimeOptions

Contents

Extends

Properties

gcThreshold?

gcThreshold?: undefined

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.gcThreshold

Source

packages/quickjs-emscripten-core/src/types.ts:119


interruptHandler?

interruptHandler?: InterruptHandler

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.interruptHandler

Source

packages/quickjs-emscripten-core/src/types.ts:113


maxStackSizeBytes?

maxStackSizeBytes?: number

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.maxStackSizeBytes

Source

packages/quickjs-emscripten-core/src/types.ts:114


memoryLimitBytes?

memoryLimitBytes?: number

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.memoryLimitBytes

Source

packages/quickjs-emscripten-core/src/types.ts:115


moduleLoader?

moduleLoader?: JSModuleLoader | JSModuleLoaderAsync

Source

packages/quickjs-emscripten-core/src/types.ts:137


promiseRejectionHandler?

promiseRejectionHandler?: undefined

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.promiseRejectionHandler

Source

packages/quickjs-emscripten-core/src/types.ts:117


runtimeInfo?

runtimeInfo?: undefined

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.runtimeInfo

Source

packages/quickjs-emscripten-core/src/types.ts:118


sharedArrayBufferFunctions?

sharedArrayBufferFunctions?: undefined

Inherited from

quickjs-emscripten-core.RuntimeOptionsBase.sharedArrayBufferFunctions

Source

packages/quickjs-emscripten-core/src/types.ts:120


Generated using typedoc-plugin-markdown and TypeDoc