Open buob opened 10 years ago
Proxy to this.invoke({ method: 'read', arguments: arguments })
this.invoke({ method: 'read', arguments: arguments })
so.. clickAll, readAll ?
yeah, but why not just use the same name? If read is on a list, it should return an array. I just like that more than different names.
read
Proxy to
this.invoke({ method: 'read', arguments: arguments })