[Bug 27305] New: "Perform type mapping as specified in [WEBIDL] for data."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27305

            Bug ID: 27305
           Summary: "Perform type mapping as specified in [WEBIDL] for
                    data."
           Product: Web Cryptography
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Cryptography API Document
          Assignee: sleevi@google.com
          Reporter: annevk@annevk.nl
                CC: public-webcrypto@w3.org

IDL does this before the algorithm is invoked so there is no need to have this
step anywhere. Also, the point where you try to perform it would lead to racing
issues, as that part (potentially) runs in parallel with other JavaScript in
the document.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 11 November 2014 20:06:23 UTC