Chromium Code Reviews| Index: third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.json5 |
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.json5 b/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6db167be465558d2ad3ba986df8e43b980554d24 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchInitiatorTypeNames.json5 |
| @@ -0,0 +1,21 @@ |
| +{ |
| + metadata: { |
| + namespace: "FetchInitiatorType", |
| + export: "PLATFORM_EXPORT", |
| + }, |
| + |
| + data: [ |
| + "beacon", |
| + "css", |
| + "document", |
| + "icon", |
| + "internal", |
| + "link", |
| + "ping", |
| + "processinginstruction", |
| + "texttrack", |
| + "violationreport", |
| + "xml", |
| + "xmlhttprequest", |
| + ], |
| +} |