summaryrefslogtreecommitdiffstats
path: root/src/gui/platform
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2019-01-18 14:05:33 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2019-02-07 06:49:10 +0000
commitc58df2d12e6087c4b880a0210062ca77b6aed046 (patch)
treee0b7de7ce60470c8248d1e2c78368d628ae1e117 /src/gui/platform
parent5c98d15a45da1d63614b2e7181536e12d2bcb02d (diff)
wasm: add qstdweb private API
qstdweb provides a C++ API covering parts of the DOM API useful for implementing Qt. This currently includes ArrayBuffer, Blob, File, FileReader, and Uint8Array. The implementation uses emscripten::val, which currently proxies via JavaScript, but should at some point be able to acccess the DOM directly, once WebAssembly gains such access. This API should be easier to use than the string-and-casting emscripten::val API. It is currently private, and can be changed and extended as needed. Change-Id: I95a2ad735e511c8da61f3cc21357fbffe3b05d8e Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/gui/platform')
0 files changed, 0 insertions, 0 deletions