IE11 'object doesn't support property or method 'isNaN''
See original GitHub issueActual Behavior
There is the error in console for IE 11:
Doesn’t work in IE11 - Object doesn’t support property or method ‘isNan’.
Steps to Reproduce
Just run video in IE11 (Document mode 11 (Default))
Analysis
This happens on IE11 with Document mode 11 (Default), but not on IE11 with Document mode Edge. Problem is not in this player.js, but in included one https://f.vimeocdn.com/p/3.11.27/js/player.js
Issue is caused by condition
(t=parseInt(t,10),Number.isNaN(t)) which is not IE11 friendly. This is only place where Number.isNaN is used.
There are 31 occurrences of isNan, so maybe this can be converted?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
IE 11 Error: Object doesn't support property or method 'isNaN ...
Object doesn't support property or method 'isNaN' error in IE 11 when input component type is number. And field value remains same. Desired ......
Read more >Javascript – Why does IE give this error: Object doesn't support ...
I get this error in IE 11: Object doesn't support property or method isNaN. JavaScript jQuery(document).ready(function($) { var $total = $('#total'), ...
Read more >Object doesn't support property or method isNaN - YouTube
jQuery : Why does IE give this error: Object doesn't support property or method isNaN [ Beautify Your Computer ...
Read more >object doesn t support this property or method ie 11, 0x800a01b6 ...
Current Behavior Object doesn't support property or method 'isNaN' error in IE 11 when input component type is number. And field value remains...
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

This should be resolved! Thanks for reporting.
Thank you all for bringing this to our attention. We are attempting to reproduce and then patch.