Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Input_DragDataItem

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Input_DragDataItem
import { type Input_DragDataItem } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition: { mimeType: string; data: string; title?: string; baseURL?: string; }