| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8a7c101 commit fe78a34
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1334,7 +1334,7 @@ const { params } = new MIMEType('text/plain;foo=0;bar=1'); | |||
| 1334 | 1334 | params.set('foo', 'def'); | |
| 1335 | 1335 | params.set('baz', 'xyz'); | |
| 1336 | 1336 | console.log(params.toString()); | |
| 1337 | - // Prints: foo=def&bar=1&baz=xyz | ||
| 1337 | + // Prints: foo=def;bar=1;baz=xyz | ||
| 1338 | 1338 | ``` | |
| 1339 | 1339 | ||
| 1340 | 1340 | ```cjs | |
@@ -1344,7 +1344,7 @@ const { params } = new MIMEType('text/plain;foo=0;bar=1'); | |||
| 1344 | 1344 | params.set('foo', 'def'); | |
| 1345 | 1345 | params.set('baz', 'xyz'); | |
| 1346 | 1346 | console.log(params.toString()); | |
| 1347 | - // Prints: foo=def&bar=1&baz=xyz | ||
| 1347 | + // Prints: foo=def;bar=1;baz=xyz | ||
| 1348 | 1348 | ``` | |
| 1349 | 1349 | ||
| 1350 | 1350 | ### `mimeParams.values()` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments