๐ŸŽ‰ BoxDB๋Š” IE11 ๋ฅผ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค. (IE10๋Š” ๋“œ๋ž๋จ)

ํ…Œ์ŠคํŠธ

  • ํ™˜๊ฒฝ: VirtualBox ์œˆ๋„์šฐ (Microsoft์—์„œ ์ œ๊ณตํ•จ)

VirtualBox_IE11

โœ… ๋ชจ๋“  ํ…Œ์ŠคํŠธ ํ†ต๊ณผ

IE11

ํด๋ฆฌํ•„

1
2
<script src="https://polyfill.io/v3/polyfill.min.js?features=Array.from%2CSymbol%2CSymbol.asyncIterator%2CSymbol.prototype.description%2CSymbol.iterator%2CArray.prototype.some%2CArray.prototype.includes%2CArray.prototype.every%2CArray.prototype.find%2CArray.isArray%2CArray.prototype.%40%40iterator%2CString.prototype.%40%40iterator%2CObject.assign%2CObject.entries%2CObject.getOwnPropertyDescriptor%2CObject.getPrototypeOf%2CObject.setPrototypeOf%2CPromise
"></script>

๐Ÿ”ฝ IE11 ๋ฅผ ์œ„ํ•œ ํด๋ฆฌํ•„ ๋ชฉ๋ก (core-js 3 ๊ธฐ๋ฐ˜)

Polyfill
es.symbol
es.symbol.description
es.symbol.async-iterator
es.symbol.iterator
es.array.concat
es.array.every
es.array.find
es.array.from
es.array.is-array
es.array.iterator
es.array.some
es.string.iterator
es.object.assign
es.object.entries
es.object.get-own-property-descriptor
es.object.get-prototype-of
es.object.set-prototype-of
es.object.to-string
es.promise
web.dom-collections.iterator