IE 11 error: Object doesn't support this action
See original GitHub issueI’m experiencing a perplexing error in Internet Explorer 11 (IE 11) when the following line is hit in this script:
var desc = Object.getOwnPropertyDescriptor(from, nextKey);
The error is:
SCRIPT445: Object doesn’t support this action
It’s not clear to me what object and action are being referred to in this message since Object.getOwnPropertyDescriptor
has existed since IE 8.
I’ve pushed a github repo that reproduces this bug. Please see the README for additional details and screen captures from the debugger.
Steps to reproduce:
- Clone the repo to your machine
- Open a command line to the root directory
npm install
npm start
- Open IE 11
- Hit F12
- Browse to localhost:3000
- Note the errors in the console
(Note, you must have node installed on your machine)
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
TypeError: Object doesn't support this action in IE 11
To paraphrase the link, IE 11 does NOT support new File() constructor, so you'll have to use a blob instead. Here is a...
Read more >Object doesn't support this property or method
Object doesn't support this property or method · 1) In Internet Explorer, select the Tools menu and then click Internet Options. · 2)...
Read more >Object doesn't support property or method 'createNSResolver ...
When using Internet Explorer 11 with EP 10.1.1 FP4 even though it is a supported configuration the error: Object doesn't support property or...
Read more >Object doesn't support property or method 'getRandomValues ...
When loading the page on IE with new relic's browser agent, I see the error in the screenshot above. This seems to be...
Read more >Error | Object Doesn't Support Property Or Method 'Includes' In ...
I am working with one of my web application projects to make it cross-browser compatible, I got the error from the internet explorer...
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 FreeTop 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
Top GitHub Comments
@mkay581 What is the polyfill.io url you are using and what browsers do you see this issue in? The related patch for this was added on 6th March, I’m wondering if you are seeing another bug/issue.
Actually we went with another solution. So I’m unable to recall the details of the issue now. Sorry!