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

TypedArray.from() is not working with QML

    XMLWordPrintable

Details

    • Windows

    Description

      TypedArray.from() is not working as expected and mentioned in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from

      Int16Array.from('123')
      
      var s = new Set([1, 2, 3]);
      Uint8Array.from(s);
      
      

      Error :
      TypeError: Property 'from' of object function Int16Array() [native code] is not a function

      Attachments

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

        Activity

          People

            villevoutilainen_qt Ville Voutilainen
            shmittal Shveta Mittal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes