Re: [whatwg/fetch] Augment COEP violation report (#1079)

@annevk commented on this pull request.

This looks okay to me, modulo nit. Thanks for fixing it so quickly!

> + <li><p>Let <var>disposition</var> be "<code>reporting</code>" if <var>reportOnly</var> is true,
+ and "<code>enforce</code>" otherwise.

```suggestion
 <li><p>Let <var>disposition</var> be "<code>reporting</code>" if <var>reportOnly</var> is true;
 otherwise "<code>enforce</code>".
```

-- 
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/pull/1079#pullrequestreview-471571827

Received on Thursday, 20 August 2020 13:03:55 UTC