We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612821a + 048643f commit 2df4cdcCopy full SHA for 2df4cdc
index.html
@@ -1211,12 +1211,12 @@ <h4>
1211
data: new Uint8Array([0])
1212
},
1213
{
1214
- recordType: "mime" // icon record, a MIME type record
+ recordType: "mime", // icon record, a MIME type record
1215
mediaType: "image/png",
1216
data: await (await fetch("icon1.png")).arrayBuffer()
1217
1218
1219
- recordType: "mime" // another icon record
+ recordType: "mime", // another icon record
1220
mediaType: "image/jpg",
1221
data: await (await fetch("icon2.jpg")).arrayBuffer()
1222
}
0 commit comments