Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71015

wasm: look into using the Fetch API

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • None
    • QPA
    • None

    Description

      Emscripten has a Fetch API.

      https://kripken.github.io/emscripten-site/docs/api_reference/fetch.html

       

      Currently, we use XMLHttpRequest for network operations.

      This is to research whether or not we can move to the Fetch API. Last time I looked into it, Fetch was buggy and accessing the number of downloaded bytes was not working correctly.

       Using the fetch API, whether emscripten's or javascript's, would allow to receive data in a stream, as opposed to all at once.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            lpotter Lorn Potter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes