issues
search
code-chronicles-code
/
leetcode-curriculum
https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9
stars
12
forks
source link
Minor improvements to zen-mode extension
#435
Closed
miorel
closed
2 months ago
miorel
commented
2 months ago
Decided to use
Object.defineProperty
to mark
Blob
objects.
Removed some stray debugging code.
Shared some constants.
Introduced a
jsonStringifyPrettyInDev
utility for the manifest.
Object.defineProperty
to markBlob
objects.jsonStringifyPrettyInDev
utility for the manifest.