mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
dedup URLSearchParams, URL, Location, DOMStringList (#4719)
This commit is contained in:
parent
da28fc1e7b
commit
637a9ecd6a
8 changed files with 10 additions and 86 deletions
|
@ -1,7 +1,5 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
import { URL } from "./url.ts";
|
||||
import { notImplemented } from "../util.ts";
|
||||
import { DOMStringList, Location } from "./dom_types.d.ts";
|
||||
import { getDOMStringList } from "./dom_util.ts";
|
||||
|
||||
export class LocationImpl implements Location {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue