148
edits
| Line 2: | Line 2: | ||
: The feature allows to read data in packaged app by XHR with array buffer type as memory-mapped. It helps to save RAM memory usage, especially for big data files in a packaged app. | : The feature allows to read data in packaged app by XHR with array buffer type as memory-mapped. It helps to save RAM memory usage, especially for big data files in a packaged app. | ||
: For example, the English word suggestion/auto correction or the JSZhuyin IME database in the keyboard APP are read as array buffer, which are good candidates to | : For example, the English word suggestion/auto correction or the JSZhuyin IME database in the keyboard APP are read as array buffer, which are good candidates to use this feature on a small RAM device. | ||
: Main bug for this feature at https://bugzilla.mozilla.org/show_bug.cgi?id=945152 | : Main bug for this feature at https://bugzilla.mozilla.org/show_bug.cgi?id=945152 | ||
edits