When running
o="undefined"!=typeof Intl&&Intl.v8BreakIterator
I am getting an error:
"TypeError: Intl is not available" on IE11
What does "TypeError: xxx is not available" mean?
I tried to find a reference for IE error codes but could not find. In msdn.microsoft.com/library the link to "Internet Explorer 11 reference" is broken.
What is the support for the Intl object in IE11?
Most of the times I am not getting this error, only on some specific installations, not sure what is different in them.