From efb58291242ba0cb19b2dd9dc574ca6b37334b9b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 16 Sep 2025 13:37:58 -0400 Subject: [PATCH] examples/misc/01-power/README.txt: Note that this is Chrome-only for now. --- examples/misc/01-power/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/misc/01-power/README.txt b/examples/misc/01-power/README.txt index 2617ff8ad3..d865669d21 100644 --- a/examples/misc/01-power/README.txt +++ b/examples/misc/01-power/README.txt @@ -1 +1,4 @@ This example code reports power status (plugged in, battery level, etc). + +Note that only Chrome-based browsers support this API currently. Firefox and +Safari will report this as unsupported, but this may change later!