对于我的代码为何使用PassThrough引发Pipe错误的问题,请问我可以得到一些帮助:<span id="quantity">23</span>
<input id="edit-quantity" type="hidden">
<script>
document.getElementById('edit-quantity').value = document.getElementById('quantity').innerText;
</script>
我原本以为是因为我没有如其他post
所述返回PassThrough现在我不确定吗?预先感谢
TypeError: dest.on is not a function