is this normal behaviour?onCompleted does fire when using { cancel: false }, but not { redirectUrl: ... }chrome.tabs.onUpdated(change.status = "complete") fires properly as does chrome.webNavigation.onCompletedThanks in advance,ap--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/ynzMHz5zFA8J.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
Hi,webRequest.onCompleted should fire if you redirected a request using webRequest.onBeforeRequest unless you redirect to a data:// URL. I could also imagine that it does not fire if you don't have host permission on the target URL.Best regards,Dominic
On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
is this normal behaviour?onCompleted does fire when using { cancel: false }, but not { redirectUrl: ... }chrome.tabs.onUpdated(change.status = "complete") fires properly as does chrome.webNavigation.onCompletedThanks in advance,ap
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/ynzMHz5zFA8J.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group, send email to chromium-extensions+unsub...@chromium.org.
Hi,webRequest.onCompleted should fire if you redirected a request using webRequest.onBeforeRequest unless you redirect to a data:// URL. I could also imagine that it does not fire if you don't have host permission on the target URL.Best regards,Dominic
On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
is this normal behaviour?onCompleted does fire when using { cancel: false }, but not { redirectUrl: ... }chrome.tabs.onUpdated(change.status = "complete") fires properly as does chrome.webNavigation.onCompletedThanks in advance,ap
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/ynzMHz5zFA8J.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extensions+unsub...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/Q1ZW9dlLYVUJ.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.