Module

x/fresh/tests/deps.ts>Page#setDragInterception

The next-gen web framework.
Extremely Popular
Go to Latest
method Page.prototype.setDragInterception
import { Page } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";

Parameters

enabled: boolean
  • Whether to enable drag interception.

Returns

Promise<void>