From 31b796cbe66db60dd10e92431346b92dd5281eaf Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:57:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20taiga-fa?= =?UTF-8?q?mily/ng-web-apis@74ab8abb324decb478ee1ba1d74a9717cad85925=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mutation-observer/index.html | 2 +- ngsw.json | 2 +- storage/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mutation-observer/index.html b/mutation-observer/index.html index c2f2e90b..a14a4993 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 81613dbe..deef2884 100644 --- a/ngsw.json +++ b/ngsw.json @@ -1,6 +1,6 @@ { "configVersion": 1, - "timestamp": 1739043509904, + "timestamp": 1739174219891, "index": "/ng-web-apis/index.html", "assetGroups": [ { diff --git a/storage/index.html b/storage/index.html index 75857fb6..fd58bef1 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.