Closed shicky closed 8 years ago
It would be nice if Screenshot() would give user more control by returning io.Reader instead of byte[]. User can always call ioutil.ReadAll() if needed.
Screenshot()
io.Reader
byte[]
ioutil.ReadAll()
Thanks!
It would be nice if
Screenshot()
would give user more control by returningio.Reader
instead ofbyte[]
. User can always callioutil.ReadAll()
if needed.