Files
chrome-extensions-samples/api-samples
Stephen Kao 77897c576d Fix: use let to prevent reassignment error for sandbox result (#1067)
In the sandbox/sandbox example, a variable `result` is created as a const, but it's attempted to be reassigned later in the code.  This changeset just changes the `result` variable to be a reassignable variable instead.
2024-01-10 14:30:22 +01:00
..
2023-07-07 15:42:14 +01:00
2023-08-25 16:09:05 +01:00
2023-08-21 11:34:27 +01:00
2023-11-13 13:35:41 +00:00