surendra
surendra

Reputation: 121

javascript functions not supported by any browser

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.

Upvotes: -1

Views: 1153

Answers (1)

Bakudan
Bakudan

Reputation: 19482

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.

Upvotes: 0

Related Questions