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
1010import scala .scalajs .js .annotation ._
1111import scala .scalajs .js .typedarray .Uint8Array
1212
13- /** An API for compressing a stream of data.
14- */
13+ /** An API for compressing a stream of data. */
1514@ js.native
1615@ JSGlobal
1716class CompressionStream (format : CompressionFormat ) extends js.Object {
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ import scala.scalajs.js
1010import scala .scalajs .js .annotation ._
1111import scala .scalajs .js .typedarray .Uint8Array
1212
13- /** An API for decompressing a stream of data.
14- */
13+ /** An API for decompressing a stream of data. */
1514@ js.native
1615@ JSGlobal
1716class DecompressionStream (format : CompressionFormat ) extends js.Object {
You can’t perform that action at this time.
0 commit comments