aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src
diff options
context:
space:
mode:
authorJoel Croteau <jcroteau@gmail.com>2014-05-22 14:33:56 -0700
committerJoel Croteau <jcroteau@gmail.com>2014-05-22 14:58:51 -0700
commitaf0bd4d113ad6fba9873ec142a8d6e9c44500996 (patch)
treec32b45eb98b8439cb1304ea4fd2de9640d744423 /system/lib/libc/musl/src
parent876ae8a8b3867f146aaf545466c6170ad5407897 (diff)
Fix issues with source map loading in Firefox
This fixes a few issues using emscripten-source-map.min.js to load source map data in Firefox. Firefox by default tries to interpret any file loaded from an XHR as an XML file, which the source map is not, producing an error. This tells it to load as a text file instead. This allows a successful read from a status code of 0, which is needed if reading from a non-HTTP source, such as a local file.
Diffstat (limited to 'system/lib/libc/musl/src')
0 files changed, 0 insertions, 0 deletions