Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.27 KB

File metadata and controls

32 lines (25 loc) · 1.27 KB

class: Foo

foo.bar(options)

foo.baz()

foo.goBack()

  • returns: <Promise<?Response>> Promise which resolves to the main resource response. In case of multiple redirects, the navigation will resolve with the response of the last redirect. If can not go back, resolves to null.

foo.response()

  • returns: <?Response> A matching Response object, or null if the response has not been received yet.