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

Failed to execute 'decode' on 'TextDecoder': The provided ArrayBufferView value must not be shared

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 6.5.0 Beta2
    • Build System
    • None
    • CHROME
    • WebAssembly

    Description

      EM_ASYNC_JS(void, Open, (const char* purl, bool bNew),

      {                 let url = UTF8ToString(purl);                 window.open(url, (bNew?'_blank':'_self'));                 return;             }

      );

       

      VM781:9 Uncaught TypeError: Failed to execute 'decode' on 'TextDecoder': The provided ArrayBufferView value must not be shared.
          at UTF8ArrayToString (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:5693)
          at UTF8ToString (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:6321)
          at maybeCStringToJsString (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:179631)
          at findEventTarget (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:179804)
          at _emscripten_get_element_css_size (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:180251)
          at ret.<computed> (eval at completeLoadEmscriptenModule (qtloader.js:459:9), <anonymous>:9:127381)

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            cigepan aaa bbb
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes