aboutsummaryrefslogtreecommitdiff
path: root/packages/webapi/src/inheritance.ts
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2023-01-10 15:29:06 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-10 15:29:06 +0100
commitc55fbcb8edca1fe118a44f68c9f9436a4719d171 (patch)
tree2bde21dfe19aee8a984a3f5b678b2ee6603876da /packages/webapi/src/inheritance.ts
parentcf5dc2adae04c1ab3fcf95bb2426e82733737852 (diff)
downloadastro-c55fbcb8edca1fe118a44f68c9f9436a4719d171.tar.gz
astro-c55fbcb8edca1fe118a44f68c9f9436a4719d171.tar.zst
astro-c55fbcb8edca1fe118a44f68c9f9436a4719d171.zip
Remove more unnecessary polyfills from webapi for Node 16 (#5814)
* feat(webapi): Remove unnecessary polyfills now that we dropped support for Node 14 * feat(webapi): Removed more unnecessary polyfills for Node 16 * chore: changeset
Diffstat (limited to 'packages/webapi/src/inheritance.ts')
-rw-r--r--packages/webapi/src/inheritance.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/webapi/src/inheritance.ts b/packages/webapi/src/inheritance.ts
index 713c24928..6e3165633 100644
--- a/packages/webapi/src/inheritance.ts
+++ b/packages/webapi/src/inheritance.ts
@@ -5,7 +5,6 @@ export const inheritance = {
Document: 'Node',
DocumentFragment: 'Node',
Element: 'Node',
- File: 'Blob',
HTMLDocument: 'Document',
HTMLElement: 'Element',
HTMLBodyElement: 'HTMLElement',