Caniuse: Add PhantomJS

Created on 23 Nov 2015  路  6Comments  路  Source: Fyrd/caniuse

I am not sure if this falls in Can I Use scope. But for me It will be very usefull to see support for various Javascript APIs.

Misc. sitdata request

Most helpful comment

Phantom JS development has been suspended, and the project has been archived. Given that, does it make sense to close this issue for now until/if development is commenced again?

All 6 comments

Reading my thoughts, lol =)

I came to the queue to open this exact issue, only to find HamsterCoder beat me to it by a day. :smile:

As useful as Kangax's compatibility tables are and as big of a can of worms as it would be to open up by adding one non-standard browser (like PhantomJS) to caniuse, I think it would be a very useful addition. Why?

  1. PhantomJS (particularly 1.x) lacks a lot of features available on modern browsers, and PhantomJS2 seems like it's still a ways away from wide release.
  2. PhantomJS is used extensively in automated testing, and having it on caniuse will alert developers to possible incompatibilities while they're developing (i.e., instead of checking caniuse while doing front-end development, being frustrated by tests not working in PhantomJS, checking Kangax and realising PhantomJS 1.x doesn't support, say, MutationObserver, and then taking action to correct the tests, developers will realise that PhantomJS doesn't support that functionality from the first step and then will either not use the technology or preemptively install a polyfill or whatever).
  3. No other JS-based browser tech comes close to the ubiquity of PhantomJS, excepting maybe Electron, but that's effectively just Webkit.

So, :+1: here.

:+1:

I'd love to get informations about PhantomJS compatibilities on Can I Use! Not just JS but also CSS support and so on.

Phantom JS development has been suspended, and the project has been archived. Given that, does it make sense to close this issue for now until/if development is commenced again?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Malvoz picture Malvoz  路  3Comments

SanderMuller picture SanderMuller  路  3Comments

36degrees picture 36degrees  路  3Comments

rogeriotaques picture rogeriotaques  路  3Comments

valioDOTch picture valioDOTch  路  3Comments