Skip to content

Convert module to class, bind class methods to instance

Compare
Choose a tag to compare
@rekmarks rekmarks released this 08 Feb 23:22
51530c2
  • Converts MetamaskInpageProvider to an ES2015 Class.
    • Minor version bump as this is breaking in legacy browsers.
  • Bind class methods to the instance in constructor function, preventing them from being called in an unbound state.