Sergey Rubanov
Sergey Rubanov
Hey @nirajgeorgian. We appreciate any contributions. However, our CLI is written in C++. The issue should be fixed in the [options parser](https://github.com/socketsupply/socket/tree/b204616bc624feb9ce8a10b51873e84cdd900317/src/cli/cli.cc#L1397-L1478)
> I can still do that. i have programmed a lot in my college days in c++ and i have been doing professionally in golang from past few years. Please...
ref https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-01/jan-29.md#do-expression
Still exploring if the method is available in browsers
on which platform?
I marked this as a draft, as AFAIU it also needs a browser-compat data ([PR](https://github.com/mdn/browser-compat-data/pull/22920)) and a few corrections. I need help with these: - How can I mark the...
> Let’s wait until the first implementation. Makes sense. Should I close this one or just leave it open and update when (or if) it will be shipped in browsers?
Hmm... I have not seen any SSE alternatives based on Fetch yet. Do you know any implementations?
How should we cancel a Fetch stream? Cancelable Promises proposal is withdrawn.
@julienmachon actually fetch streaming is supported in these browsers: - [x] Chrome 43+ - [x] Edge 16+ - [x] Safari 10+ - [x] Opera 29+ - [x] Firefox 65+. It's...