Skip to content

Commit 048643f

Browse files
Fix smart-poster JS example
1 parent 612821a commit 048643f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,12 +1211,12 @@ <h4>
12111211
data: new Uint8Array([0])
12121212
},
12131213
{
1214-
recordType: "mime" // icon record, a MIME type record
1214+
recordType: "mime", // icon record, a MIME type record
12151215
mediaType: "image/png",
12161216
data: await (await fetch("icon1.png")).arrayBuffer()
12171217
},
12181218
{
1219-
recordType: "mime" // another icon record
1219+
recordType: "mime", // another icon record
12201220
mediaType: "image/jpg",
12211221
data: await (await fetch("icon2.jpg")).arrayBuffer()
12221222
}

0 commit comments

Comments
 (0)