File tree 3 files changed +1
-57
lines changed
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'
2
1
import * as clipboardItem from './clipboarditem.js'
3
2
import * as elementCheckVisibility from './element-checkvisibility.js'
4
3
import * as navigatorClipboard from './navigator-clipboard.js'
@@ -30,7 +29,7 @@ export const baseSupport =
30
29
'hasOwn' in Object &&
31
30
// ESNext
32
31
'abort' in AbortSignal &&
33
- // 'timeout' in AbortSignal && // Polyfilled
32
+ 'timeout' in AbortSignal &&
34
33
// DOM / HTML and other specs
35
34
typeof queueMicrotask === 'function' &&
36
35
typeof HTMLDialogElement === 'function' &&
@@ -44,7 +43,6 @@ export const baseSupport =
44
43
true
45
44
46
45
export const polyfills = {
47
- abortSignalTimeout,
48
46
clipboardItem,
49
47
elementCheckVisibility,
50
48
navigatorClipboard,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments