method AsyncLocalStorage.bindunstableAsyncLocalStorage.bind<Func extends (...args: any[]) => any>(fn: Func): FuncDeprecatedBinds the given function to the current execution context. Type ParametersFunc extends (...args: any[]) => anyParametersfn: FuncThe function to bind to the current execution context. Return TypeFuncA new function that calls fn within the captured execution context.