mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
section
|
|
h3(id='req.acceptedCharsets') req.acceptedCharsets
|
|
|
|
p.
|
|
Return an array of Accepted charsets ordered from highest quality to lowest.
|
|
|
|
+js.
|
|
Accept-Charset: iso-8859-5;q=.2, unicode-1-1;q=0.8
|
|
// => ['unicode-1-1', 'iso-8859-5']
|