AsyncLocalStorageOptions

sealed external interface AsyncLocalStorageOptions(source)

Properties

Link copied to clipboard
abstract var defaultValue: Any?

The default value to be used when no store is provided.

Link copied to clipboard
abstract var name: String?

A name for the AsyncLocalStorage value.