Fetching.idl 192 B

123456
  1. // https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute
  2. [InvalidValueDefault=anonymous]
  3. enum CORSSettingsAttribute {
  4. "anonymous",
  5. "use-credentials"
  6. };