vimeo.js icon indicating copy to clipboard operation
vimeo.js copied to clipboard

fs.statSync is used, will block the node process.

Open saggiyogesh opened this issue 5 years ago • 2 comments

https://github.com/vimeo/vimeo.js/blob/master/lib/vimeo.js#L436 Here fs.statSync which will block the node process. It must be changed to the async method.

saggiyogesh avatar Oct 16 '18 12:10 saggiyogesh

Following

vaibssingh avatar Oct 16 '18 12:10 vaibssingh

@saggiyogesh Feel free to submit a pull request to account for this.

erunion avatar Oct 24 '18 21:10 erunion