Files
discord-clone/node_modules/unenv/runtime/npm/whatwg-url.mjs
2023-01-03 09:29:04 -06:00

15 lines
1020 B
JavaScript

import { notImplemented } from "../_internal/utils.mjs";
export const URL = globalThis.URL;
export const URLSearchParams = globalThis.URLSearchParams;
export const parseURL = notImplemented("whatwg-url.parseURL");
export const basicURLParse = notImplemented("whatwg-url.basicURLParse");
export const serializeURL = notImplemented("whatwg-url.serializeURL");
export const serializeHost = notImplemented("whatwg-url.serializeHost");
export const serializeInteger = notImplemented("whatwg-url.serializeInteger");
export const serializeURLOrigin = notImplemented("whatwg-url.serializeURLOrigin");
export const setTheUsername = notImplemented("whatwg-url.setTheUsername");
export const setThePassword = notImplemented("whatwg-url.setThePassword");
export const cannotHaveAUsernamePasswordPort = notImplemented("whatwg-url.cannotHaveAUsernamePasswordPort");
export const percentDecodeBytes = notImplemented("whatwg-url.percentDecodeBytes");
export const percentDecodeString = notImplemented("whatwg-url.percentDecodeString");