puppeteer/examples
Paul Irish 6c7ae41ae6 fix page.injectFile and add test. (#52)
This line within `injectFile` wasn't doing much of anything: 

```js
let expression = fs.readFile(filePath, 'utf8', (err, data) => callback({err, data}));
```

* That's fixed.
* A path error in examples/features.js is fixed.
* Test added for injectFile.
2017-07-07 02:09:23 +03:00
..
colorwheel.js Cleanup usages of Page.saveScreenshot of 3b0bc080 2017-06-21 14:11:52 -07:00
custom-chromium-revision.js Introduce utils/check_availability.js utility 2017-06-08 11:22:21 -07:00
detectsniff.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00
features.js fix page.injectFile and add test. (#52) 2017-07-07 02:09:23 +03:00
loadurlwithoutcss.js Implement Request object 2017-06-28 01:41:42 -07:00
openurlwithproxy.js Re-implement openurlwithproxy.js example 2017-05-14 23:01:02 -07:00
pagecallback.js Make InPageCallback async (#24) 2017-06-21 14:11:52 -07:00
screenshot.js Fix readme example 2017-06-21 14:11:52 -07:00
unrandomize.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00