-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Feature Request - JavascriptBinding root #3570
Comments
#3571 will allow for disabling creation of the |
thanks for answer the issue is i use EvaluateScriptAsPromiseAsync i think you can do something like add temp object when promise start then will delete after execution (delete X). |
You can likely achieve the same result using the DevTools protocol. You can execute DevTools commands directly (#3165) https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#method-runScript
That would be problematic for multiple concurrent calls. If you (or someone else) would like to sponsor development then I'm happy to discuss further. |
Closing as this isn't something I'm planning on implementing currently. If someone would like to discuss sponsoring development then happen to discuss reopening. |
I know at the moment is possible setup JavascriptBindingApiGlobalObjectName with custom name but it happear on
Object.getOwnPropertyNames(window) then is easy way to find it.
I think a better idea if we can choice where we can place root of object like in window.navigator or window.history or other objects, than can improve so much hidding service.
The text was updated successfully, but these errors were encountered: