puppeteer/phantom_shim
Eric Bidelman 1f9b4fb4c8 Change let into const (#457)
This patch:
- changes `let` into `const` throughout codebase
- adds eslint check to prefer const over let
2017-08-21 16:39:04 -07:00
..
FileSystem.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
Phantom.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
README.md Add separate README.md to phantom_shim (#252) 2017-08-14 10:13:48 -07:00
runner.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
System.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
utilities.js Use const a lot fo places (#188) 2017-08-02 12:06:47 -07:00
WebPage.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
WebServer.js Change let into const (#457) 2017-08-21 16:39:04 -07:00

PhantomShim

PhantomShim is a phantomJS script runner built atop of Puppeteer API.

Q: Can I use PhantomShim to run my scripts?

No.

PhantomShim aims to pass PhantomJS tests rather then to be a valid PhantomJS script runner:

Q: What's the purpose of PhantomShim?

The goal is to prove comprehensiveness of Puppeteer API.

PhantomShim is built atop of Puppeteer API and is used to run PhantomJS tests. Whenever PhantomShim can't implement certain capability to pass phantomJS test, Puppeteer API is improved to make it possible.

Q: Are there plans to evolve PhantomShim into a real PhantomJS script runner?

No.

On the contrary, PhantomShim is likely to be removed from the Puppeteer repository as it passes all interesting PhantomJS tests.