WICG / compression-dictionary-transport

Other
92 stars 8 forks source link

Added crossorigin to the script examples #40

Closed pmeenan closed 11 months ago

pmeenan commented 12 months ago

This fixes the examples to conform to being "not cors-opaque". By default, <script> tags will fetch in no-cors mode which makes their payload opaque. To keep the cors-readable requirement for dictionary and compressed cross-origin responses they can't be fetched in no-cors mode.

For #39