We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4132e4a commit 323fd09Copy full SHA for 323fd09
readme.md
@@ -1027,6 +1027,7 @@ worker.onMessage(function(event) {
1027
1028
* special constructor function available in most browsers
1029
* allows sending HTTP requests
1030
+* libraries wrap this - e.g. Jquery.ajax
1031
1032
```js
1033
var xhr = new XMLHttpRequest();
@@ -1067,3 +1068,9 @@ xhr.send();
1067
1068
* don't use language or type attribute as browsers assume JS anyways
1069
* script tags (by default) block page loading until they're downloaded, parsed and run
1070
* put your script tags at the bottom of the page or use HTML5 async script (since IE10)
1071
+
1072
+### HTTP chunking
1073
1074
+* sending HTTP response in chunks, browser can deal with this
1075
+* possible to send page header first, then page content, the script tags at the bottom
1076
+* these can be sent in different chunks, browser will progressively render
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments