Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
untemps
/
dom-observer
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: untemps/dom-observer
Actions
All workflows
Workflows
Publish
Publish
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
46 workflow runs
46 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
chore: Update package description and keywords (#80)
Publish
#45:
Commit
d635b6a
pushed by
untemps
45s
main
main
45s
View workflow file
chore: Update package metadata and fix stale auto-cleared comment
Publish
#44:
Commit
091c128
pushed by
untemps
1m 12s
main
main
1m 12s
View workflow file
chore: Update package metadata and fix stale auto-cleared comment
Publish
#43:
Commit
8d7086e
pushed by
untemps
53s
beta
beta
53s
View workflow file
feat: Rename watch/wait/clear to observe/observeOnce/disconnect (#78)
Publish
#42:
Commit
bd6e2b3
pushed by
untemps
1m 21s
beta
beta
1m 21s
View workflow file
feat: Expose createDOMObserver() factory and remove DOMObserver class…
Publish
#41:
Commit
8740fa4
pushed by
untemps
1m 19s
beta
beta
1m 19s
View workflow file
feat: Replace static class properties with exported DOMObserverEvent …
Publish
#40:
Commit
2733b44
pushed by
untemps
1m 12s
beta
beta
1m 12s
View workflow file
feat: Make callback payload a discriminated union based on event type…
Publish
#39:
Commit
69847bf
pushed by
untemps
1m 21s
beta
beta
1m 21s
View workflow file
test: Replace TIMEOUT code with TimeoutError in test description (#74)
Publish
#38:
Commit
e79617b
pushed by
untemps
57s
beta
beta
57s
View workflow file
feat: Change callback signature to single payload object (#72)
Publish
#37:
Commit
4c33477
pushed by
untemps
1m 21s
beta
beta
1m 21s
View workflow file
feat: Replace magic string errors with typed Error subclasses (#71)
Publish
#36:
Commit
314741d
pushed by
untemps
1m 14s
beta
beta
1m 14s
View workflow file
feat: Auto-disconnect observer after wait() resolves (#70)
Publish
#35:
Commit
235af7c
pushed by
untemps
1m 16s
beta
beta
1m 16s
View workflow file
feat: Validate timeout option value in wait() and watch() (#69)
Publish
#34:
Commit
3ba8032
pushed by
untemps
1m 10s
main
main
1m 10s
View workflow file
feat: Support multiple targets in wait() (#68)
Publish
#33:
Commit
d229660
pushed by
untemps
1m 22s
main
main
1m 22s
View workflow file
feat: Add filter callback option to restrict which matched nodes trig…
Publish
#32:
Commit
e1bca5a
pushed by
untemps
1m 13s
main
main
1m 13s
View workflow file
feat: add root option to restrict observation scope (#66)
Publish
#31:
Commit
64b67b0
pushed by
untemps
1m 12s
main
main
1m 12s
View workflow file
feat: add debounce option to watch() for high-frequency mutations (#65)
Publish
#30:
Commit
3672030
pushed by
untemps
1m 7s
main
main
1m 7s
View workflow file
feat: add once option to watch() for callback-style one-shot observat…
Publish
#29:
Commit
f799bbb
pushed by
untemps
1m 26s
main
main
1m 26s
View workflow file
test: Add coverage for attributeFilter option in wait() and watch() (…
Publish
#28:
Commit
e42f4cb
pushed by
untemps
50s
main
main
50s
View workflow file
feat: export error message constants (#62)
Publish
#27:
Commit
4c7742f
pushed by
untemps
1m 14s
main
main
1m 14s
View workflow file
feat: make clear() return this to enable method chaining (#61)
Publish
#26:
Commit
7c7a7a1
pushed by
untemps
1m 19s
main
main
1m 19s
View workflow file
docs: Add JSDoc to public API (#60)
Publish
#25:
Commit
40631ab
pushed by
untemps
51s
main
main
51s
View workflow file
fix: Restrict CHANGE-only observer optimization to Element references…
Publish
#24:
Commit
63d5369
pushed by
untemps
1m 4s
main
main
1m 4s
View workflow file
fix: Throw [TARGET] error on invalid CSS selector instead of propagat…
Publish
#23:
Commit
60fed6f
pushed by
untemps
1m 1s
main
main
1m 1s
View workflow file
fix: Disconnect observer and clear timeout after wait() resolves (#57)
Publish
#22:
Commit
08f9251
pushed by
untemps
1m 6s
main
main
1m 6s
View workflow file
feat: Move timeout/onError to watch(), remove continuous mode from wa…
Publish
#21:
Commit
2eaef59
pushed by
untemps
1m 0s
main
main
1m 0s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.