Hacker News new | ask | show | jobs
by gowan 3512 days ago
what new apis should phantomjs support?

download support[1] is the only new api in development. it's not tagged for the 2.5 release[2].

[1] https://github.com/ariya/phantomjs/pull/14225 [2] https://github.com/ariya/phantomjs/issues/14458

1 comments

FileReader support is not fully implemented (addEventListener is not present). Just ran into this last week.

There has been an open issue for this for three years[1].

[1] https://github.com/ariya/phantomjs/issues/11733