puppeteer/utils
Andrey Lushnikov 0d0f9b7984 feat(JSHandles): introduce JSHandles (#943)
This patch:
- introduces ExecutionContext class that incapsulates javascript
  execution context. An examples of execution contexts are workers and
  frames
- introduces JSHandle that holds a references to the javascript
  object in ExecutionContext
- inherits ElementHandle from JSHandle

Fixes #382.
2017-10-06 15:35:02 -07:00
..
doclint feat(JSHandles): introduce JSHandles (#943) 2017-10-06 15:35:02 -07:00
node6-transform Node6: Remove parentheses around the body of async arrow functions (#942) 2017-10-02 18:25:11 -07:00
check_availability.js Remove promise jsdoc (#641) 2017-08-31 17:58:07 -07:00
ChromiumDownloader.js Throw an error when Chromium download is failed (#619) 2017-09-01 09:47:57 -07:00
ESTreeWalker.js Fix node6 support for Object.entries and URL object (#548) 2017-08-25 15:13:59 -07:00
fetch_devices.js Change let into const (#457) 2017-08-21 16:39:04 -07:00