mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
Remove duplicate doc in Uri.encodeQueryComponent()
Closes https://github.com/dart-lang/sdk/pull/53125 GitOrigin-RevId: 74acce42f4b4a9cbdea63e4576b58f1d3209ea76 Change-Id: Id1a72303cd877d106ee8b86a1b8572b3f21ebc29 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/318300 Reviewed-by: Lasse Nielsen <lrn@google.com> Commit-Queue: Lasse Nielsen <lrn@google.com>
This commit is contained in:
parent
9a3420f1d4
commit
651a9ba155
1 changed files with 0 additions and 4 deletions
|
@ -1198,10 +1198,6 @@ abstract interface class Uri {
|
||||||
* Encodes the string [component] according to the HTML 4.01 rules
|
* Encodes the string [component] according to the HTML 4.01 rules
|
||||||
* for encoding the posting of a HTML form as a query string
|
* for encoding the posting of a HTML form as a query string
|
||||||
* component.
|
* component.
|
||||||
*
|
|
||||||
* Encode the string [component] according to the HTML 4.01 rules
|
|
||||||
* for encoding the posting of a HTML form as a query string
|
|
||||||
* component.
|
|
||||||
|
|
||||||
* The component is first encoded to bytes using [encoding].
|
* The component is first encoded to bytes using [encoding].
|
||||||
* The default is to use [utf8] encoding, which preserves all
|
* The default is to use [utf8] encoding, which preserves all
|
||||||
|
|
Loading…
Reference in a new issue