mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Rename fetch_types.d.ts to dom_types.d.ts
This commit is contained in:
parent
7b7052e1ab
commit
66c09de967
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
||||
import { Blob, BlobPart, BlobPropertyBag } from "./fetch_types";
|
||||
import { Blob, BlobPart, BlobPropertyBag } from "./dom_types";
|
||||
import { containsOnlyASCII } from "./util";
|
||||
|
||||
const bytesSymbol = Symbol("bytes");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue