From c70cb8c07f027fb71b9c9d4b26d1d56a6cb646e3 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:38:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20taiga-fa?= =?UTF-8?q?mily/ng-web-apis@4fc2a88f554181f0d4d6da6385cd2d8e72d5faf9=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 fb302a63..c2f2e90b 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 8ebc0013..81613dbe 100644 --- a/ngsw.json +++ b/ngsw.json @@ -1,6 +1,6 @@ { "configVersion": 1, - "timestamp": 1738980252555, + "timestamp": 1739043509904, "index": "/ng-web-apis/index.html", "assetGroups": [ { diff --git a/storage/index.html b/storage/index.html index fe5801f0..75857fb6 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.