dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.57k forks source link

dart:html's HttpRequest.send([data]) method needs better types / better docs #13634

Open jbdeboer opened 11 years ago

jbdeboer commented 11 years ago

It is unclear from the documentation: http://api.dartlang.org/docs/releases/latest/dart_html/HttpRequest.html#send

what I can pass to HttpRequest.send as data and how different types are handled.

Ideally, the method should be typed. In any case, the documentation needs to be improved.

sethladd commented 11 years ago

Removed Type-Defect label. Added Type-Enhancement, Area-HTML, Triaged labels.

efortuna commented 11 years ago

Added this to the Later milestone.

efortuna commented 11 years ago

Set owner to @efortuna.

kevmoo commented 10 years ago

Removed Area-HTML label. Added Area-Library, Library-Html labels.

kasperl commented 10 years ago

Removed this from the Later milestone. Added Oldschool-Milestone-Later label.

kasperl commented 10 years ago

Removed Oldschool-Milestone-Later label.

alan-knight commented 9 years ago

Removed the owner. Removed Type-Enhancement label. Added Type-Documentation label.