What type is the property name in Proxy of?

后端 未结 0 1102
萌比男神i
萌比男神i 2020-12-12 04:34

I would like to learn how to get hold of the property name in the Proxy wrapper:

const target = {
  key1: \'val1\'
};

const handler = {
  get: f         


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