0. Browser requirements - MagnusThor/BobTheBinder GitHub Wiki
##Requirements
###Supported
- Google Chrome 36
- Opera 23
###Supported with polyfill
- IE
- Firefox
###Update
bob.the.binder.js includes a the necessary pollyfills.
##Polyfill
BobTheBinder requires that your browser supports Object.Observe otherwise you will need a pollyfill in order do be able to use the framework.
Download or reference the following JavaScript resources or use the bob.the.binder.js files.
<script src="//cdn.rawgit.com/jdarling/Object.observe/master/Object.observe.poly.js"></script>
<script src="//cdn.rawgit.com/Polymer/observe-js/master/src/observe.js"></script>
##Performance
TBD