Add es3 support. #78480
GameLord2011
started this conversation in
Ideas
Add es3 support.
#78480
Replies: 1 comment
-
I found that script whilst poking around Microsoft office. Then I removed the function from the script I found it in. I did it because I could. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I am trying to make my website as compatible as possible, and it (unsurprisingly) broke on ie11, here is a screenshot from a dev test on edge:
and ie11:
I want it to work enough that it detects that it is ie11 and tells you not to use it.
I opened it with this Visual Basic Script:
Non-Goals
No response
Background
I want to make my website as compatible as possible, or at least compatible enough to where it tells people not to use ie.
Proposal
Remove error message upon setting the
"target"
option intsconfig.json
to anything under"es3"
Beta Was this translation helpful? Give feedback.
All reactions