We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1241c93 commit b2033e1Copy full SHA for b2033e1
src/main/scala/org/scalajs/dom/Fetch.scala
@@ -173,11 +173,11 @@ trait ResponseInit extends js.Object {
173
@js.native
174
trait Body extends js.Object {
175
176
- /*: Contains a Boolean that indicates whether the body has been read.
+ /* Contains a Boolean that indicates whether the body has been read.
177
*/
178
def bodyUsed: Boolean = js.native
179
180
- /*: Takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.
+ /* Takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.
181
182
def arrayBuffer(): js.Promise[ArrayBuffer] = js.native
183
0 commit comments