You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the proper arguments aren't being passed. In the documentation it's mentioned that a "filter" is required that at the very least must have a urls property defined.
This is the exception I get when I try to run onBeforeRequest.listen(data => print(data))
The text was updated successfully, but these errors were encountered:
dylanPowers
changed the title
chrome.webRequest exceptions when listening on events :(
chrome.webRequest throws when listening on events :(
Feb 25, 2015
dylanPowers
changed the title
chrome.webRequest throws when listening on events :(
chrome.webRequest events throw when attaching listener :(
Feb 25, 2015
It appears that the proper arguments aren't being passed. In the documentation it's mentioned that a "filter" is required that at the very least must have a urls property defined.
This is the exception I get when I try to run onBeforeRequest.listen(data => print(data))
The text was updated successfully, but these errors were encountered: