His response was to implement anti-tamper checks at the JavaScript level. Specifically, he started inspecting his own critical functions using .toString().
const consumer2 = shared.pull(decompress);
,详情可参考heLLoword翻译官方下载
async function peekFirstChunk(stream) {
totalBytes += chunk.byteLength;