Eric Bidelman
Eric Bidelman
1. webkitPostMessage() supports transferable objects which are orders of magnitude faster than structured cloning (regular postMessage()). They're currently supported in Chrome, but could help speed up perf quite a bit....
Uses a[download]
I believe the lib can be used, but making it more friendly for workers might be worthwhile. There's a synchronous API.
For content heavy sites (images, videos, etc.), precaching can introduce increased bandwidth consumption for slower connections. sw-precache should have an option where the sw respects the `Save-Data: on` header if...
If the user launches with: ```js const browser = await puppeteer.launch({ slowMo: 250, // slow down by 250ms headless: false, ignoreHTTPSErrors: true, dumpio: true, }); ``` We kill all these...
_From @ithinkihaveacat on November 2, 2017 12:33_ The following code (abbreviated version of a file from the `examples` folder) fails silently when entered in the editing component at https://try-puppeteer.appspot.com/: ```js...
Save the websocket connection for clean up later should anything go wrong.
Zeit now (lolz) supports auto-deploying PRs and commits: https://zeit.co/blog/now-for-github We should have an easy path for users that want to use this as their deployment vehicle.
Add Google analytics pages for /web content (and others) for logged in users.