Open Source JavaScript, HTML, CSS Library: Electron - Turkish Translation (739 Words)
Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Today I translated client-request.md and browser-window-proxy.md. You can reach the project and other parts in the following links.
Links
electron github page
electron turkish crowdin page
My Work
Previous Works On This Project
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation-798-words
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation-742-words-part-1
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation-832-words
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation-745-words
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation-602-words
https://utopian.io/utopian-io/@thornaci/open-source-javascript-html-css-library-electron-turkish-translation
Some Examples
<0>response</0> IncomingMessage - HTTP yanıt mesajını temsil eden bir nesne.
<0>net</0> modulü bir ağ isteği göndermediği zaman yayılır.
HTTP istek-cevap hareketindeki son olay olarak yayınlanır.
<0>encoding</0> String (isteğe bağlı) - String parçalarını Buffer nesneleri içine dönüştürmek için kullanılır. Varsayılan 'utf-8'.
<0>callback</0> aslında Node.js API ile benzerliğin korunması amacıyla sahte fonksiyon olarak tanıtılır.
Eğer istek <0>close</0> olayını önceden yayınlamışsa zorunlu sonlandırma operasyonunun hiçbir etkisi olmayacaktır. Aksi durumda devam eden olay, <0>abort</0> ve <0>close</0> olaylarını yayar. Buna ek olarak, eğer hali hazırda bir cevap nesnesi varsa, o da <0>aborted</0> olayını yayar.
Posted on Utopian.io - Rewarding Open Source Contributors