<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image pasting is not working on tineye.com due to lack of support for DataTransfer.items"
   href="https://bugs.webkit.org/show_bug.cgi?id=170449#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image pasting is not working on tineye.com due to lack of support for DataTransfer.items"
   href="https://bugs.webkit.org/show_bug.cgi?id=170449">bug 170449</a>
              from <span class="vcard"><a class="email" href="mailto:amla70&#64;gmail.com" title="Alfonso Martínez de Lizarrondo &lt;amla70&#64;gmail.com&gt;"> <span class="fn">Alfonso Martínez de Lizarrondo</span></a>
</span></b>
        <pre>data: urls are legacy behavior that was originally implemented in Firefox.
Chrome never used them and they have always used DataTransfer.items

Currently Firefox also uses DataTransfer.items, although a good script that reads pasted files should try to handle both schemes because data: urls can be generated also by LibreOffice and Edge for example (I mean: tineye is not a good example, or maybe they're using UA sniffing and don't expect Webkit to paste base64)

Safari should have implemented .items instead of that weird way to read a Blob</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>