Files
chrome-extensions-samples/api-samples/sandbox
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
..