Awesome
all-polyfills
<div style="display:inline"> </div> <div class="Note" style="color:orange;font-style:italic">The lastest version of this document is available on Github > all-polyfills
</div> <p> <i>You can load all features: (18 Ko)</i><script src="node_modules/all-polyfills/distrib/all-polyfills.min.js"></script>
<i>You can load only required features:</i>
<script src="node_modules/all-polyfills/distrib/fn/Math/acosh.min.js"></script>
<i>You can load only required categories features:</i>
categories features are :
- Array
- ArrayBuffer
- Element
- IDBKeyRange
- Math
- NodeList
- Number
- Object
- Reflect
- Regex
- String
- window
<script src="node_modules/all-polyfills/distrib/Math.min.js"></script>
<i>You can embed only required features not minified in others scripts:</i>
<script src="node_modules/all-polyfills/distrib/fn/Math/acosh.js"></script>
</p>
<h1>Availables polyfills</h1>
Array
copyWithin
every
fill
filter
find
findIndex
flat
flatMap
from
includes
indexOf
isArray
lastIndexOf
of
reduce
reduceRight
some
toLocaleString
ArrayBuffer
transfer
Element
after
before
childElementCount
children
closest
getAttributeNames
hasAttribute
hasAttributes
hasChildNodes
insertAdjacentText
isFinite
lastElementChild
matches
prepend
remove
replaceWith
toggleAttribute
IDBKeyRange
includes
Math
acosh
atanh
cbrt
clz32
cosh
expm1
fround
hypot
imul
log10
log1p
log2
sign
sinh
tanh
trunc
NodeList
forEach
Number
EPSILON
isInteger
isNaN
isSafeInteger
MAX_SAFE_INTEGER
parseFloat
parseInt
Object
assign
create
entries
is
keys
values
Reflect
getOwnPropertySymbols
ownKeys
Regex
flags
String
codePointAt
endsWith
fromCodePoint
includes
padEnd
padStart
repeat
startsWith
substr
trim
trimLeft
trimRight
window
CustomEvent
screenLeft
screenTop