Skip to content

Commit

Permalink
auto: regenerated unrecognizable features list by generateUnrecogniza…
Browse files Browse the repository at this point in the history
…bleFeatures
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent ca4778e commit a043b9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/generatePolyfill/unrecognizableFeatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@
"IDBIndex.prototype.constructor",
"IDBIndex.prototype.count",
"IDBIndex.prototype.get",
"IDBIndex.prototype.getAllKeys",
"IDBIndex.prototype.name",
"IDBIndex.prototype.objectStore",
"IDBIndex.prototype.openCursor",
Expand All @@ -1030,6 +1031,7 @@
"IDBObjectStore.prototype.count",
"IDBObjectStore.prototype.delete",
"IDBObjectStore.prototype.get",
"IDBObjectStore.prototype.getAllKeys",
"IDBObjectStore.prototype.index",
"IDBObjectStore.prototype.name",
"IDBObjectStore.prototype.openCursor",
Expand Down Expand Up @@ -2342,6 +2344,10 @@
"WeakMap.prototype.get",
"WeakMap.prototype.has",
"WeakMap.prototype.set",
"WeakSet.prototype.add",
"WeakSet.prototype.constructor",
"WeakSet.prototype.delete",
"WeakSet.prototype.has",
"WebAssembly",
"WebAssembly.compile",
"WebAssembly.instantiate",
Expand Down

0 comments on commit a043b9c

Please sign in to comment.