dedup URLSearchParams, URL, Location, DOMStringList (#4719)

This commit is contained in:
Ryan Dahl 2020-04-11 17:19:36 -04:00 committed by GitHub
parent da28fc1e7b
commit 637a9ecd6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 86 deletions

View file

@ -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 {