Available on js
revoke():Void
A function with no argument to invalidate (switch off) the proxy.
proxy
finalread onlyproxy:Proxy<T>
A Proxy object created with new Proxy(target, handler) call.
new Proxy(target, handler)