-
Notifications
You must be signed in to change notification settings - Fork 4
Default Policies
The following policies are registered by default.
(matches when the refresh
property is true)
Invokes the $.continuations.windowService.refresh()
method to refresh the browser. This is mostly useful during development.
(matches when the navigatePage
property is set)
Invokes the $.continuations.windowService.navigateTo()
method to change the location of the page (i.e., location.assign) for client-side redirects.
(matches when the statusCode
is not 200 and the Location
header is set)
Invokes the $.continuations.windowService.navigateTo()
method to change the location of the page (i.e., location.assign) for client-side redirects.
This differs from the navigatePolicy
by using the HTTP headers versus explicit properties on the continuation.
(matches when the error
collection is not empty)
Triggers the ContinuationError
event.
(matches when the statusCode
is not 200)
Triggers the HttpError
event.