How to locate the source of my memory leak?
问题 I've got a Puppeteer project where I'm trying to record and analyze the structure of some online forms. I expect to see a list of each form input 's name attribute values printed to the console. But instead, I get the following error. (node:4014) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Symbol(Events.FrameManager.FrameDetached) listeners added to [FrameManager]. Use emitter.setMaxListeners() to increase limit How can I locate the source of the memory leak or