signalOnResourceChange | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/servicessignalOnResourceChangeFunction signalOnResourceChangesignalOnResourceChange( resources: string | Iterable<string, any, any>, options?: { signal?: AbortSignal },): Promise<AbortSignal>Returns a signal that is aborted when one of the specified resources changes. Wait is only active after awaiting the promise. Parametersresources: string | Iterable<string, any, any>Optionaloptions: { signal?: AbortSignal }Returns Promise<AbortSignal>SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Returns a signal that is aborted when one of the specified resources changes. Wait is only active after awaiting the promise.