issues Search Results · repo:scala-js/scala-js-dom language:Scala
Filter by
219 results
(80 ms)219 results
inscala-js/scala-js-dom (press backspace or delete to remove)The facades for dom.HTMLElement.style is missing several CSS counterparts. Here are some I ve noticed:
- justify-content (only justifyText)
- text-decoration-color text-decoration-line text-direction-style ...
zylo94
- 1
- Opened 18 days ago
- #880
MediaQueryList has an addListener function that takes a non-implementable (js.native) MediaQueryListListener instance.
Instead it should take js.Function1[MediaQueryList, Any]
trait MediaQueryList extends ...
matthughes
- Opened on Jun 25, 2024
- #851
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale
nafg
- Opened on Jun 14, 2024
- #849
Problem
- Return type of getContext is not clear
val canvas = document.querySelector( #monadcanvas ).asInstanceOf[HTMLCanvasElement]
val ctx = canvas.getContext( 2d , js.Dictionary( alpha - true)) ...
G-yhlee
- 1
- Opened on May 2, 2024
- #845
Enums
Enums currently are defined separately for Scala 2 and Scala 3,not only that these enums, are anonymous objects backed
by string fields. Because scalajs-dom wants to stay as close as possible to ...
docs
question
zetashift
- Opened on Mar 19, 2024
- #842
URLSearchParams has:
def this(init: Sequence[String]) = this()
where Sequence[String] is an alias for js.Array[String].
However this should be a sequence of string pairs not just strings, i.e. Sequence[js.Tuple2[String, ...
steinybot
- Opened on Feb 20, 2024
- #834
Most traits in scala-js-dom extending js.Object use val for their members, so they can be overridden selectively. See
e.g. IDBCreateObjectStoreOptions. This pattern is also recommended by the scalajs documentation: ...
jypma
- 2
- Opened on Feb 6, 2024
- #833
Currently, the following classes are wrongly defined as traits within the Web Audio API:
- AudioNode
- AudioBufferSourceNode
- GainNode
- OscillatorNode
- MediaElementAudioSourceNode
- AnalyserNode ...
bug
don't PR
yilinwei
- Opened on Dec 30, 2023
- #826
Navigator class is missing the api for webgpu as described in the specs here
enhancement
help wanted
ishubham-k
- Opened on Aug 30, 2023
- #810
The ImageData.data is defined and documented as follows:
https://github.com/scala-js/scala-js-dom/blob/7d0508cac24b4f2657c3525797fe633feb4849bc/dom/src/main/scala/org/scalajs/dom/ImageData.scala#L23-L26 ...
bug
OndrejSpanel
- 3
- Opened on Aug 23, 2023
- #807

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.