-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: remove page.queryObjects API #31
Conversation
Will |
@subzey we don't have any immediate plans on reintroducing this. Out of all browsers only Chromium support this and we'd need to have a good rational for implementing it in other browsers. The cost of that didn't seem justified given the limited utility of the feature and more comprehensive heap analysis tools that exist in the browsers. With that said, if you have a strong case for that, please open an issue, we can reconsider that. |
To be honest, I don't really need it to be implemented in other browsers. In my case the The lifecycle test looks like this:
This method is really handy and gives much more information than something like "Used heap size increased". The lack of support in other browsers is really not an issue: if it leaks it leaks everywhere. Can you please suggest something to replace it? Or maybe there's a way to invoke it using raw CDP commands? I've tried to use the |
I get your point about more detailed information that You should still be able to achieve the same result in Chromium via raw protocol using the |
No description provided.