We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a975a6b commit 6d543dfCopy full SHA for 6d543df
src/index.ts
@@ -42,6 +42,14 @@ export const baseSupport =
42
// ES2022
43
// 'at' in String.prototype && // Polyfilled
44
// 'at' in Array.prototype && // Polyfilled
45
+ // 'hasOwn' in Object && // Polyfilled
46
+ // ESNext
47
+ // 'abort' in AbortSignal && // Polyfilled
48
+ // 'timeout' in AbortSignal && // Polyfilled
49
+ // typeof AggregateError === 'function' && // Polyfilled
50
+ // 'randomUUID' in crypto && // Polyfilled
51
+ // 'replaceChildren' in Element.prototype && // Polyfilled
52
+ // 'requestIdleCallback' in window && // Polyfilled
53
true
54
55
export const polyfills = {
0 commit comments