Re: [whatwg/fetch] Access-Control-Expose-Headers: * can be interpreted in two ways (#548)

In pursuit of meaningful, easy-to-understand syntax, I'd discourage finding an alternative syntax.

1. The asterisk `*` is generally used as the wildcard character for "anything"
2. Nobody seriously names their headers `*`

-> `*` should be interpreted as "all headers"
(if necessary, explicitly disallow a header named nothing but `*`)

Regards,
a dev stumbling across this

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/548#issuecomment-311357086

Received on Tuesday, 27 June 2017 13:26:03 UTC