[Webkit-unassigned] [Bug 174156] New: Preload link "as" value is not reflected properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 5 05:32:27 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174156

            Bug ID: 174156
           Summary: Preload link "as" value is not reflected properly
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fbeaufort at google.com

Code snippet below in Safari Technology Preview should return false as MediaPreloading is not enabled yet.

function preloadVideoSupported() {
  const link = document.createElement('link');
  link.as = 'video';
  return (link.as === 'video');
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170705/2b118a66/attachment-0001.html>


More information about the webkit-unassigned mailing list