Skip initialization of proxy

前端 未结 0 1007
醉酒成梦
醉酒成梦 2021-01-01 01:31

Given following code

const test = new Proxy(c, {
  set: function (target, key, value) {
    target[key] = value;
    debounce(() => socket.emit(`update-ite         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题