javascript functions not supported by any browser

1.1k Views Asked by At

Can anyone help me to list the JavaScript functions, which are not supported by any browser. Ex: Like map() function,this will supported in IE8 (you would have faced this type of problems in your development phases). i tried googling in documentation of browsers but i can't get it clearly.

Any help will be appreciated. Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

As RGraham commented

Also

There is also a lib called Modernizr wiki intended to detect all available features of a browser. There is more useful information on the github page of the lib.