Skip to content

Opera mini issues #118

Answered by ElMassimo
evenreven asked this question in Q&A
Aug 22, 2021 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

the SystemJS import works on most browsers, but maybe flakes out on Opera Mini

One would expect some kind of error to happen when loading polyfills-legacy.b26915e4.js, but if nothing happens, perhaps it's a matter of the order in which scripts are executed.

To continue the investigation, you could add an inline script after the legacy tags, and log the System global variable. If it's not defined, then it's time to check the contents of polyfills-legacy.b26915e4.js, verify that System is being defined globally there, and maybe inline that script as well to check if Opera will output a more useful error.

I see the polyfill is imported twice, I guess that's because I have two entrypoints?

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by evenreven
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ElMassimo
Comment options

@evenreven
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants