2023-11-04 21:48:01 -03:00
|
|
|
// https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute
|
2024-03-21 15:34:01 -03:00
|
|
|
[InvalidValueDefault=anonymous]
|
2023-11-04 21:48:01 -03:00
|
|
|
enum CORSSettingsAttribute {
|
|
|
|
|
"anonymous",
|
|
|
|
|
"use-credentials"
|
|
|
|
|
};
|