Browser
Property
| Name | string | return chrome | safari | msie | firefox | opera |
| Prefix | string | return webkit | ms | moz |
| Version | string | return a string as 1.0.0 |
Method
.attrPrefix()
Make a new object without prefix
| obj | Object | The Owner of the new object |
| attr | string | The name of the function |
| func | Function | Null | Custom implementation |
Jsonic.Browser.attrPrefix(window,'AudioContext');