Open
Description
I saw this and though, nobody is using phantomjs. it's a headless browser that no real user is using. it was based on webkit and the development have been discontinued. think you should remove this kind of things and instead use something like puppeteer or something.
less.js/packages/less/src/less-browser/index.js
Lines 49 to 56 in eefe33a
PhantomJS is depricated and should not be used anymore.
Activity
matthew-dean commentedon Mar 31, 2023
Current tests use
mocha-headless-chrome
which uses Puppeteer, so @jimmywarting feel free to make a PR.Removed outdated PhantomJS function specified in issue less#3772
gadzbi123 commentedon May 17, 2023
This issue can be closed in reference to #3792
IAmRiteshKoushik commentedon Jun 14, 2023
Is this issue still up-for-grabs or has it been resolved ? If someone could help me out here a bit, then I would like to take up the issue and try resolving it.
TusharP05 commentedon Jun 29, 2023
is someone working on this? I will be happy to take up this issue and contribute.
Groot-2001 commentedon Aug 18, 2023
Hey @matthew-dean , I would like to work on this issue!
IITI-tushar commentedon Oct 31, 2024
Hello! I wanted to kindly follow up on my PR PR #4283 regarding the removal of PhantomJS references in issue #3772. Thanks for your time and any feedback you can provide!