blob: 865084b740e7357a000e3eb248d955b8298897f7 [file] [log] [blame]
resource_entry_type_test({
name: "fetch",
url: uniqueDataURL("fetch"),
initiatorType: "fetch",
generateResource(url) {
fetch(url);
}
});