website-utilities 1.0.408 → 1.0.409
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ export declare class WebsiteUtilities<TElement = HTMLElement, ExternalProperties
|
|
|
109
109
|
* configured dom content.
|
|
110
110
|
* @param name - Attribute name which was updates.
|
|
111
111
|
* @param newValue - New updated value.
|
|
112
|
+
* @returns Promise resolving when attribute has been updated.
|
|
112
113
|
*/
|
|
113
114
|
onUpdateAttribute(name: string, newValue: string): Promise<void>;
|
|
114
115
|
/**
|