issues
search
tc39
/
proposal-weakrefs
WeakRefs
https://tc39.github.io/proposal-weakrefs/
409
stars
41
forks
source link
Improve code samples
#208
Open
puzpuzpuz
opened
4 years ago
puzpuzpuz
commented
4 years ago
Fixes wrong variable name in the
FileStream
code sample
Also swaps
var
with
const
in the weak cache sample
FileStream
code samplevar
withconst
in the weak cache sample