diff options
author | Janus <ysangkok@gmail.com> | 2012-10-20 01:33:54 +0200 |
---|---|---|
committer | Janus <ysangkok@gmail.com> | 2012-10-20 01:33:54 +0200 |
commit | 4e8a2eddd373f6f64fea1bb2e4aad1a4887621cd (patch) | |
tree | 4c6bbdf55564721588169e994807004213956f54 | |
parent | 2c08b0f8b2ca297e865b6f9e0ff94292796544be (diff) |
document SMALL_CHUNKS
-rw-r--r-- | src/settings.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 5970737c..e4899215 100644 --- a/src/settings.js +++ b/src/settings.js @@ -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: |