-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
webRequestInternal.eventHandled #2450
Comments
I verify this is occurring, but I am currently not sure where this error is coming from... it's to find since I can't trace it to a specific function in adn. Perhaps need to rollback and see when this has started. |
I can confirm this has started in v3.17.9b1 version, trying to find out why |
Seems like it is being caused here: Lines 811 to 813 in ae3ade5
and the function: Lines 1262 to 1288 in ae3ade5
|
This commit: |
Fixing with #2471 return {responseHeaders: headers} instead of return responseHeaders |
Fixed, closing |
I tried to reproduce the issue when...
Description
Error in event handler: TypeError: Error in invocation of webRequestInternal.eventHandled(string eventName, string subEventName, string requestId, integer webViewInstanceId, optional webRequest.BlockingResponse response): Error at parameter 'response': Error at property 'responseHeaders': Invalid type: expected webRequest.HttpHeaders, found object.
URL(s) where the issue occurs.
No response
Screenshot(s)
Steps to Reproduce
No response
Configuration
default
The text was updated successfully, but these errors were encountered: