Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
scala-js
/
scala-js-dom
Public
Notifications
You must be signed in to change notification settings
Fork
159
Star
325
Code
Issues
23
Pull requests
18
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
c467647
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 17, 2021
Remove release notes drafter
Show description for c467647
japgolly
committed
c467647
Copy full SHA for c467647
Merge pull request #599 from scala-js/topic/html-collection
Show description for 8a2d8f6
japgolly
authored
8a2d8f6
Copy full SHA for 8a2d8f6
Make HTMLCollection covariant in E
armanbilge
committed
b4f15a6
Copy full SHA for b4f15a6
Merge pull request #598 from scala-js/topic/webcrypto
Show description for ed19d07
armanbilge
authored
ed19d07
Copy full SHA for ed19d07
Add webcrypto
Show description for ec63c63
japgolly
committed
ec63c63
Copy full SHA for ec63c63
Merge branch 'master' into HEAD
armanbilge
committed
60a6b59
Copy full SHA for 60a6b59
Merge pull request #592 from scala-js/topic/opaque-type
Show description for b613096
armanbilge
authored
b613096
Copy full SHA for b613096
Merge pull request #588 from scala-js/topic/great-migration
Show description for af021a7
japgolly
authored
af021a7
Copy full SHA for af021a7
Fix AudioTrackList signatures
armanbilge
committed
ab1dec6
Copy full SHA for ab1dec6
Commits on Oct 16, 2021
Regenerate api reports
ghostbuster91
committed
00dccef
Copy full SHA for 00dccef
Drop generic type from HTMLCollectionElement to restore bin-compat
Show description for ea0eb4f
ghostbuster91
and
armanbilge
authored
ea0eb4f
Copy full SHA for ea0eb4f
Remove upper-bound type constrain from HTMLCollection type aliases
ghostbuster91
committed
568172c
Copy full SHA for 568172c
Commits on Oct 15, 2021
Add HTMLFormControlsCollection, RadioNodeList and remove upper-bound on HtmlCollection
ghostbuster91
committed
77f33b6
Copy full SHA for 77f33b6
Commits on Oct 14, 2021
Merge pull request #596 from scala-steward/update/sbt-ci-release-1.5.10
Show description for e0260d1
armanbilge
authored
e0260d1
Copy full SHA for e0260d1
Update sbt-ci-release to 1.5.10
scala-steward
committed
575b102
Copy full SHA for 575b102
Commits on Oct 13, 2021
Fix TextTrackList method signatures
armanbilge
committed
34a41b8
Copy full SHA for 34a41b8
Address reviews, fix constants
armanbilge
committed
caf9985
Copy full SHA for caf9985
Prefer val to inline def for constants
armanbilge
committed
9ee3b46
Copy full SHA for 9ee3b46
Parametrize HtmlCollection class with the type of the element
ghostbuster91
committed
dd4b4af
Copy full SHA for dd4b4af
Rewrite HTMLOptionsCollection to extend HTMLCollection
ghostbuster91
committed
1b07261
Copy full SHA for 1b07261
Commits on Oct 12, 2021
Make implicit's underlying value private
Show description for 7f27f6c
armanbilge
and
japgolly
authored
7f27f6c
Copy full SHA for 7f27f6c
Commits on Oct 11, 2021
Cleanup casts
armanbilge
committed
993c4d1
Copy full SHA for 993c4d1
Add explicit types for constants
armanbilge
committed
7db857d
Copy full SHA for 7db857d
Create HTMLOptionsCollection to improve ux when dealing with <select><option>
ghostbuster91
committed
3d1f149
Copy full SHA for 3d1f149
Commits on Oct 10, 2021
Use opaque types for Scala 3
armanbilge
committed
bf47657
Copy full SHA for bf47657
Split permissions to Java-style files
armanbilge
committed
59b5c0e
Copy full SHA for 59b5c0e
Commits on Oct 2, 2021
Merge pull request #589 from scala-steward/update/scalafmt-core-3.0.6
Show description for 3ae10e1
armanbilge
authored
3ae10e1
Copy full SHA for 3ae10e1
Reformat with scalafmt 3.0.6
scala-steward
committed
9d74588
Copy full SHA for 9d74588
Update scalafmt-core to 3.0.6
scala-steward
committed
9e7ef73
Copy full SHA for 9e7ef73
Commits on Sep 29, 2021
prePR
armanbilge
committed
2b9e0bd
Copy full SHA for 2b9e0bd
Update src/main/scala/org/scalajs/dom/crypto/package.scala
Show description for 0639628
armanbilge
and
sjrd
authored
0639628
Copy full SHA for 0639628
Commits on Sep 28, 2021
Make crypto a package object again
armanbilge
committed
b216a7d
Copy full SHA for b216a7d
Make crypto object behave like JSGlobal, h/t @sjrd
armanbilge
committed
8ae594b
Copy full SHA for 8ae594b
Migrate permissions to dom
armanbilge
committed
7b9fc3c
Copy full SHA for 7b9fc3c
Migrate webgl to dom
armanbilge
committed
59cd8f2
Copy full SHA for 59cd8f2
Pagination
Previous
Next
You can’t perform that action at this time.