Is is working?
See original GitHub issueHi, this repo looks great but I’m no able to make it work. First error i get is “await is a reserved word”. So placed the code inside async function. Than run with babel, i get
module.exports.record = async function(options) { ^^^^^^^^ SyntaxError: Unexpected token function
inside puppeteer-recorder/index.js:4
Also, can you provide an example code with giving an URL to screen? Thank you in advanced
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
What is the difference in meaning or in grammar use between ...
'Is it working' means whether it is still in force or operation or in effect. 'Is it works' is grammatically incorrect.
Read more >Does it work/ Is it working ? | WordReference Forums
2. Does it work? I think the first one is used when something that is currently being used. For example: Is your computer...
Read more >grammar - "It works" vs "It is working"
a) It is working again. It has been repaired. b) It works again. It has been repaired. What is the difference in meaning...
Read more >IS IT WORKING bY MoniQue - YouTube
Energetic and vibrant, IS IT WORKING by MoniQue is your next dance video.Stream and Download on iTunes ...
Read more >Concluded WG IS-IS for IP Internets (isis) - IETF Datatracker
The IS-IS Working Group is chartered to document current protocol implementation practices and improvements, as well as to propose further extensions to be ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What version of node are you using? You’ll need to be on a version that supports
async
/await
natively (7.6.0 or greater) or you’ll need to transpile usingbabel
(or other transpiler).Although I get an output(ouput.webm || .mp4), but this is empty (with 1KB) I like the puppeteer-recorder approach a lot, but it doesn´t seem to work at this point in time 😭
Or, can you provide a working example? - that would be a huge lift!
prepare render render render render render render events.js:183 throw er; // Unhandled ‘error’ event ^
Error: write EOF at _errnoException (util.js:992:11) at WriteWrap.afterWrite [as oncomplete] (net.js:864:14)