'Undefined' module header on safari < 11
See original GitHub issueHey guys,
So i use MM as server only set up in a docker container and an old ipad as a screen. After last couple updates i noticed that my setup is all messed up with UNDEFINED
headers above every module. So i check it on my laptop (chrome, w10) and everything is fine. Then i checked it on an iPhone (current ios) and also everything is fine. Thought this might be browser support issue so i tried browserstack.com for legacy safari versions and sure enough:
Safari 11.1:
Safari 10.1:
Safari 9.1:
I don’t know if thats really a large issue for the whole community or how much we want to support older browsers but sure enough it worked fine circa december 2019. Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Safari Technology Preview Release Notes - Apple Developer
Aligned fetch header handling with fetch specification (256003@main) ... in ES6 module loader; Fixed object properties that are undefined in super.call() ...
Read more >Safari with audio tag not working - Stack Overflow
One way to solve it, is to mute audio by default, and when the user "un-mutes" you can create the instance of an...
Read more >X-XSS-Protection - HTTP - MDN Web Docs
The HTTP X-XSS-Protection response header is a feature of Internet Explorer, Chrome and Safari that stops pages from loading when they detect ...
Read more >Datatables not working on Safari
undefined is not an object (evaluating 'n m .style') ... I got this same error in Safari (12.0 (13606.2.11)) and Chrome (69.0.3497.100).
Read more >Error Occurred While Processing Request - Houseboating.org
TN is undefined in REQUEST. ... /webroot/platform/prototype/shared/modules/containers/header/BasicXHTMLHeader.cfm: line 47 ... Date/Time, 22-Sep-22 11:56 AM ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
HTMLElement.style is supported from safari 11. https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style
Maybe adding some polyfills or using
setAttribute
will work.This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.