Skip to content

Commit f25f7d1

Browse files
author
Gusted
authored
Remove polyfill
1 parent 64a54bf commit f25f7d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ export type ModelEntry = [string, string, 0 | 1, ModelEntryScreen[]];
8989

9090
const debug = false ? console.log : undefined;
9191

92-
if (!String.prototype.includes) {
93-
String.prototype.includes = function(search, start) {
94-
return this.indexOf(search, start) !== -1;
95-
}
96-
}
97-
9892
export const getGPUTier = async ({
9993
mobileTiers = [0, 15, 30, 60],
10094
desktopTiers = [0, 15, 30, 60],

0 commit comments

Comments
 (0)