zzo / browsermob-node

Javascript bindings for browsermob-proxy
MIT License
81 stars 33 forks source link

fix the initialize example, `=>` is not valid javascript #21

Closed c0b closed 8 years ago

c0b commented 8 years ago
var proxy = new Proxy( { downstreamKbps: 56, upstreamKbps: 56, latency: 200 } );
zzo commented 8 years ago

thanks!