- From: Aaron Gustafson <notifications@github.com>
- Date: Tue, 10 Sep 2019 14:39:11 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 September 2019 21:39:33 UTC
aarongustafson commented on this pull request.
> + <a>top-level browsing context</a>.
+ </li>
+ <li>
+ <a>Navigate</a> <var>browsing context</var> to a new <a>request</a>
+ whose url is <var>url</var>, header list is <var>header list</var>,
+ and body is <var>body</var>.
+ </li>
+ </ol>
+ </section>
+ </section>
+ <section>
+ <h2>
+ <dfn>RequestParams</dfn>
+ </h2>
+ <pre class="idl">
+ dictionary RequestParams {
Ah cool, I was unaware of `record`. I figured there had to be a similar generic, but had not found it yet. Thanks!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/768#discussion_r322974855
Received on Tuesday, 10 September 2019 21:39:33 UTC