Jakub Korzeniowski
Jakub Korzeniowski
Hi. Any chance of having it merged soon?
Any updates on this or a merger?
I've created the typings for my own project, so will try to finalise them over the coming week and submit a PR. @pbeshai would you rather maintain the typings file...
@u10int we did finalise it to the point where they are useful inside of our company but very lacking in other areas. I'm not happy enough with it to make...
That would be super useful pretty please 🙏
I was getting exactly the same error: ``` TLSv1.2 (OUT), TLS header, Unknown (21): TLSv1.2 (OUT), TLS alert, decode error (562): OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0...
Did anyone manage to figure out a workaround?
You're welcome. It could be done using a polyfill as well. That would mean that a codebase importing this library would have the code polyfilled as well, and I'm not...
One thing that is worth considering when you make a decision on which way to go, is a slight difference in between polyfilling things like `Map` and this particular case....