J. S. Choi

Results 211 comments of J. S. Choi

Another use case for service workers spawning workers, in addition to SQLite WASM and/or OPFS FileSystemSyncAccessHandle, is fetch-transparent data encoding/decoding: A web application may wish to fetch data in new...

I agree that optional chaining would be a logical extension of this proposal. The next time it gets presented to the committee plenary, I might raise it as a possible...

I agree that call-this syntax and PFA syntax are probably compatible with one another, as in `receiver~>fn~()`. As you probably know, PFA syntax has faced an uphill battle with the...

I’ve updayed the original post of tc39/proposal-pipeline-operator#221 with a detailed explanation of the probably insurmountable barriers in the way of PFA syntax proposal and other proposals for tacit programming in...

As a developer, I would love this feature. Those of us who are still interested in this sort of feature may want to make a new thread in the [WICG...

Indeed—if I recall, Hickson said long ago that there weren’t clear use cases for them…or was that for JSON form data? Well, either way, that’s why any chance of this...

* Hey, thanks for your interest in the pipe operator. I’m still hopeful for it, any pipe operator, too. Every day that I write JavaScript (or work in a language...

> I'm churning a lot of typescript nowadays, littered with A(B(C(D(E(param))))) Actually, I’m interested in this part. One objection that some people in the Committee has given to any pipe...

Thanks for the response. * If any of this deeply nested multi-step code is open source, or if you can share simplified versions of the code that you’re allowed to...

@WillAvudim: * Thank you for sharing your real-world code. * Error processing code: * I do think that the original version is less clear than the linear, pipeline version. *...