From 4139ff5070892735528603469ed7ed4082a1780e Mon Sep 17 00:00:00 2001 From: D4niloMR <70459964+D4niloMR@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:04:35 -0300 Subject: [PATCH] update set-(local|session)-storage-item values --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 71c070e..d5eccef 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1659,7 +1659,7 @@ Set a local/session storage entry to a specific, allowed value. Scriptlet won't - required, key name to be set. - required, key value; possible values: - - positive decimal integer `<= 32767` + - decimal integer `>= -32767 && <= 32767` (only `<= 32767` up to [1.61.1b1](https://github.com/gorhill/uBlock/commit/e5a088738dd7aeb7b84df6766ae036de76f82000)) - one of the predefined constants: - `''`: empty string - `undefined`, `null`