File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
dom/src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import scala.scalajs.js
10
10
import scala .scalajs .js .annotation ._
11
11
import scala .scalajs .js .typedarray .Uint8Array
12
12
13
- /** An API for compressing a stream of data.
14
- */
13
+ /** An API for compressing a stream of data. */
15
14
@ js.native
16
15
@ JSGlobal
17
16
class CompressionStream (format : CompressionFormat ) extends js.Object {
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import scala.scalajs.js
10
10
import scala .scalajs .js .annotation ._
11
11
import scala .scalajs .js .typedarray .Uint8Array
12
12
13
- /** An API for decompressing a stream of data.
14
- */
13
+ /** An API for decompressing a stream of data. */
15
14
@ js.native
16
15
@ JSGlobal
17
16
class DecompressionStream (format : CompressionFormat ) extends js.Object {
You can’t perform that action at this time.
0 commit comments