-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Scripting #44
Comments
This code runs in an isolated sandbox, so you can't see the effect of calling alert or console.log in any way. |
I noticed a problem: if only the response to a request is processed by the script, this request will not be added to the Network log (in the Netify tab). I will also fix it in the next release. You may not see the effect because your request does not match the filter for the rule. |
Thanks for the feedback, I am waiting impatiently for the updates |
I have been testing out the scripts feature that I know it is in beta, but I'm trying to use simple things like, console logs, alerts, just to check it the script is working but it does not seem to be. Any ideas?
EDIT: Just tested the script own example, and not even that works.
The text was updated successfully, but these errors were encountered: