V-calendar: ReferenceError: Can't find variable: Intl

Created on 3 May 2018  路  3Comments  路  Source: nathanreyes/v-calendar

I receive this error on iOS Safari 9.3 even though I've tried both polyfill options described in the docs (https://docs.vcalendar.io/#polyfill).

Most helpful comment

I just came across this in the README for the polyfill referenced in your docs.

Reference: https://github.com/zloirock/core-js/blob/master/README.md#missing-polyfills

"ECMA-402 Intl is missed because of size. You can use this polyfill." (https://github.com/andyearnshaw/Intl.js/)

All 3 comments

I just came across this in the README for the polyfill referenced in your docs.

Reference: https://github.com/zloirock/core-js/blob/master/README.md#missing-polyfills

"ECMA-402 Intl is missed because of size. You can use this polyfill." (https://github.com/andyearnshaw/Intl.js/)

Thanks for the info. I'll update the link.

Can't find variable: Intl in iphone 6s.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nadavrbn picture Nadavrbn  路  3Comments

jvincent3 picture jvincent3  路  4Comments

octaviangrozman picture octaviangrozman  路  4Comments

hanhtv204 picture hanhtv204  路  4Comments

felixfrtz picture felixfrtz  路  3Comments