Good day,
We have an ASP.NET ZERO project called WSEPortal downloaded 2018-04-25 .NET Core 2.0 Zero v5.3. With the release of Apple iOS v13_1 our web application throws an unhandled Javascript exception on iOS devices with 13_1. The unhandled exception breaks all further Javascript so the website has no functionality on those iOS v13_1 devices. We have deterined that the unhandled exception is in the core-js library which is at version 2.4.1. Our application's packages.json file uses fixed versions for all libraries that are processed by node build so the most recent versions are not being included in the node build command. I can download the latest version of ASP.NET ZERO for this project, WSEPortal, and it provides core-js v3.1.3, however I will need to merge in all of my application logic, and front end changes. Is it possible to patch core-js or is the major version change from v2 to v3 a breaking change?
Thanks
6 Answer(s)
-
0
Hi @drenton
Did you try just to upgrade core-js to latest version ? It might solve your problem.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Yes, we did try that. We upgraded core-js to v3.3.3 but Safari then threw more unhandled exceptions in another anonymous polyfill.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi @drenton,
Sorry for my late reply. Did you solve this problem ?
Thanks,
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
No, not yet.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
@drenton, it seems like you need to upgrade Angular and angular-cli packages with core-js as well. You can try https://update.angular.io/
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
This issue is closed because it has not had recent activity for a long time.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)