Skip to content

v0.2.5

Compare
Choose a tag to compare
@kettanaito kettanaito released this 13 Jun 09:47

Bug fixes

  • Fixes an issues that resulted into TypeError: Cannot read property 'apply' of undefined exception when using certain third-party request issuing libraries (#19, #20). Resolved by implementing setNoDelay, setKeepAlive and setTimeout on the polyfilled Socket class.