diff --git a/mutation-observer/index.html b/mutation-observer/index.html index 969762ac..94fc3d50 100644 --- a/mutation-observer/index.html +++ b/mutation-observer/index.html @@ -22,7 +22,7 @@ -

Web APIs for Angular

High quality lightweight wrappers for native Web APIs for idiomatic use with Angular
Home

I am being observed for text changes, DOM changes and "title" and "disabled" attributes: text
See console for logged mutations
+

Web APIs for Angular

High quality lightweight wrappers for native Web APIs for idiomatic use with Angular
Home

I am being observed for text changes, DOM changes and "title" and "disabled" attributes: text
See console for logged mutations
\ No newline at end of file diff --git a/ngsw.json b/ngsw.json index 9da67d54..c67adb17 100644 --- a/ngsw.json +++ b/ngsw.json @@ -1,6 +1,6 @@ { "configVersion": 1, - "timestamp": 1732093070745, + "timestamp": 1732096056315, "index": "/ng-web-apis/index.html", "assetGroups": [ { diff --git a/storage/index.html b/storage/index.html index 5bc7d9cd..6647dddc 100644 --- a/storage/index.html +++ b/storage/index.html @@ -25,7 +25,7 @@

Web APIs for Angular

High quality lightweight wrappers for native Web APIs for idiomatic use with Angular
Home

Value from STORAGE_EVENT : -

Native event is only triggered with update happens in another tab. Try opening this page in another tab and type into the first input. Use StorageService if you need to know about changes in the same tab too.