Closed Swatinem closed 5 years ago
When using loadLanguage(["*"]), I get the following error:
loadLanguage(["*"])
RangeError: Invalid language tag: * at new NumberFormat (native)
We should try/catch that if possible and make sure that loadLanguage never throws.
loadLanguage
Discovered using headless puppeteer, as that does not send any Accept-Language header… https://github.com/GoogleChrome/puppeteer/issues/665#issuecomment-356634721
Accept-Language
When using
loadLanguage(["*"])
, I get the following error:We should try/catch that if possible and make sure that
loadLanguage
never throws.Discovered using headless puppeteer, as that does not send any
Accept-Language
header… https://github.com/GoogleChrome/puppeteer/issues/665#issuecomment-356634721