File tree Expand file tree Collapse file tree 3 files changed +1
-57
lines changed Expand file tree Collapse file tree 3 files changed +1
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import * as abortSignalTimeout from './abortsignal-timeout.js'
21import * as clipboardItem from './clipboarditem.js'
32import * as elementCheckVisibility from './element-checkvisibility.js'
43import * as navigatorClipboard from './navigator-clipboard.js'
@@ -30,7 +29,7 @@ export const baseSupport =
3029 'hasOwn' in Object &&
3130 // ESNext
3231 'abort' in AbortSignal &&
33- // 'timeout' in AbortSignal && // Polyfilled
32+ 'timeout' in AbortSignal &&
3433 // DOM / HTML and other specs
3534 typeof queueMicrotask === 'function' &&
3635 typeof HTMLDialogElement === 'function' &&
@@ -44,7 +43,6 @@ export const baseSupport =
4443 true
4544
4645export const polyfills = {
47- abortSignalTimeout,
4846 clipboardItem,
4947 elementCheckVisibility,
5048 navigatorClipboard,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments