Skip to main content
method HookCallbacks.destroy
HookCallbacks.destroy(asyncId: number): void
Deprecated

Called after the resource corresponding to asyncId is destroyed

Parameters

asyncId: number

a unique ID for the async resource

Return Type

void
Back to top