document SMALL_CHUNKS
This commit is contained in:
Родитель
2c08b0f8b2
Коммит
4e8a2eddd3
|
@ -246,6 +246,10 @@ var WARN_ON_UNDEFINED_SYMBOLS = 0; // If set to 1, we will warn on any undefined
|
|||
// the existing buildsystem), and (2) functions might be
|
||||
// implemented later on, say in --pre-js
|
||||
|
||||
var SMALL_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's in Web Workers.
|
||||
// Used for testing.
|
||||
// See test_chunked_synchronous_xhr in runner.py and library.js.
|
||||
|
||||
// Compiler debugging options
|
||||
var DEBUG_TAGS_SHOWING = [];
|
||||
// Some useful items:
|
||||
|
|
Загрузка…
Ссылка в новой задаче