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

x/pup/plugins/web-interface/deps.ts>Bundlee#import

Universal process manager built in Deno
Go to Latest
method Bundlee.prototype.import
import { Bundlee } from "https://deno.land/x/pup@1.0.0-rc.4/plugins/web-interface/deps.ts";

Imports a bundle JSON file.

Used by the load()-factory

Parameters

fileUrl: string

The URL of the bundle JSON file.

optional
importType: "import" | "fetch" | "local" = [UNSUPPORTED]

The type of import to use. Possible values are "import", "fetch", and "local". The default value is "local".