We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2028cb commit 12b34e6Copy full SHA for 12b34e6
1 file changed
src/index.ts
@@ -9,6 +9,7 @@ import * as objectHasOwn from './object-hasown.js'
9
import * as promiseAllSettled from './promise-allsettled.js'
10
import * as promiseAny from './promise-any.js'
11
import * as requestIdleCallback from './requestidlecallback.js'
12
+import * as stringReplaceAll from './string-replaceall.js'
13
14
const baseSupport =
15
typeof Blob === 'function' &&
@@ -54,7 +55,8 @@ const polyfills = [
54
55
objectHasOwn,
56
promiseAllSettled,
57
promiseAny,
- requestIdleCallback
58
+ requestIdleCallback,
59
+ stringReplaceAll
60
]
61
62
export function isSupported() {
0 commit comments