From 1fcd83b36fc21b7f02cd402819cf3533cc81794b Mon Sep 17 00:00:00 2001 From: peace2000 <17256841+peace2000@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:16:10 +0200 Subject: [PATCH] set-local-storage-item / set-session-storage-item ---- re-order values according to the code and add 'on' and 'off' --- Resources-Library.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index bb44dc1..839c51b 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1025,15 +1025,14 @@ Set a local/session storage entry to a specific, allowed value. Scriptlet won't - required, key value; possible values: - positive decimal integer `<= 32767` - one of the predefined constants: - - `undefined` - - `false` - - `true` - - `null` + - `''`: empty string + - `undefined`, `null` + - `false`, `true` + - `on`, `off` + - `yes`, `no` - `{}`: empty object - `[]`: empty array - - `''`: empty string - - `yes` - - `no` + - `""` - `$remove$`: remove specific item from localStorage Examples: