Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gfm/test/test_deps.ts>Page#setDefaultNavigationTimeout

Server-side GitHub Flavored Markdown rendering for Deno
Latest
method Page.prototype.setDefaultNavigationTimeout
Re-export
import { Page } from "https://deno.land/x/gfm@0.6.0/test/test_deps.ts";

This setting will change the default maximum navigation time for the following methods and related shortcuts:

  • Page.goBack | page.goBack(options)

  • Page.goForward | page.goForward(options)

  • Page.goto | page.goto(url,options)

  • Page.reload | page.reload(options)

  • Page.setContent | page.setContent(html,options)

  • Page.waitForNavigation | page.waitForNavigation(options)

Parameters

timeout: number
  • Maximum navigation time in milliseconds.