- From: <bugzilla@jessica.w3.org>
- Date: Tue, 24 Jun 2014 21:26:08 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26190
Bug ID: 26190
Summary: Sequence and OpenEndedDictionary should be
distinguishable
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
Assignee: cam@mcc.id.au
Reporter: bkelly@mozilla.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-script-coord@w3.org
Currently the fetch spec is proposing webidl that looks like:
typedef (Headers or sequence<sequence<ByteString>> or
OpenEndedDictionary<ByteString>) HeadersInit;
This is illegal at the moment, however, because Sequence and
OpenEndedDictionary are not distinguishable.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 24 June 2014 21:26:10 UTC