Re: [whatwg/fetch] Add "text" destination type, for JavaScript text imports (PR #1898)

@annevk approved this pull request.

This looks reasonable to me, modulo table nit.

> @@ -1952,6 +1953,10 @@ not always relevant and might require different behavior.
    <td>"<code>style</code>"
    <td><code>style-src</code>
    <td>HTML's <code>&lt;link rel=stylesheet></code>, CSS' <code>@import</code>, <code>import "..." with { type: "css" }</code>
+  <tr>
+   <td>"<code>text</code>"
+   <td><code>connect-src</code>
+   <td><code>import "..." with { type: "text" }</code>

You'll have to adjust the `<td rowspan>` value many rows back as this table has four columns.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1898#pullrequestreview-3591368740
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1898/review/3591368740@github.com>

Received on Thursday, 18 December 2025 08:21:35 UTC