Answer the question
In order to leave comments, you need to log in
How to run get via set in Proxy javascript?
In general, the essence of the question is in the cap. How can this be implemented? For example:
new Proxy(stdGlobalVar,{
get: function(obj,prop){
//some code
},
set: function(obj,prop,value){
// отсюда запустить get
}
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question