Githoniel

Results 21 comments of Githoniel

for people who still need to adapt silly IE11 using webpack1 or something use this package ``` window.TYPED_ARRAY_SUPPORT = false ``` can help

> Hi @githoniel, what about server TLS 1.2 ? sorry it has been a long time. I only test client code and it works. I think it will work on...

I confirm this work well without server requestCert。But It will hang after `handleCertificate` and won't do `handleCertificateRequest`

@genifycom try `electron-rebuilder` and run ``` cd ./node_modules/.bin && electron-rebuild --force --arch=ia32 --module-dir=../../ ```

great development experience using this!

It work in my project, plz merge this

still face this in latest 104 ``` > [email protected] install c:\github\pdf-masker\node_modules\hummus > node-pre-gyp install --fallback-to-build $EXTRA_NODE_PRE_GYP_FLAGS node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://hummus.s3-us-west-2.amazonaws.com/hummus/v1.0.104/node-v64-win32-ia32-unknown.tar.gz...

I found it is error in win10 X64 with node x64 when try to rebuild but it is ok in Win10 X64 with Node X64 with prebuild binary

@edmorley I have no idea how to deal with Travis CI, any idea?