-
Notifications
You must be signed in to change notification settings - Fork 108
Update proxy.js #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update proxy.js #101
Conversation
Error Fix: useProxyPer[target.constructor.name]: name will be mangled in minified code
|
the update here is not working with the latest update of puppeteer please look at my open issue |
Using the code changes in this pull request will solve the issue. Atleast it did for me :) |
LeM0-Dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also include:
if(target.constructor.name == "CdpHTTPRequest") return useProxyPer.HTTPRequest(target, data);
Zeecoworld
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const listeners = page.eventsMap.get(eventName);
^
TypeError: Cannot read properties of undefined (reading 'get')
All bugs have been fixed.
|
Hey! Sorry for the delay. But good news for developers who will use this module: all issues are now fixed. Check out my latest pull request. |

Error Fix: useProxyPer[target.constructor.name]: name will be mangled in minified code