bytewise
bytewise copied to clipboard
Variable 'key' not defined when encoding/decoding arrays in 'strict' mode.
In one of the for-in loops there is a variable key
that is not defined before use that causes a runtime error with 'use strict';
.