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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
ios
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
42
Star
149
Code
Issues
51
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: web-compliant error handling (unhandled rejections, error events, interop.escapeException)
- #409
#409
Merged
NathanWalker
merged 10 commits into
main
NativeScript/ios:main
from
feat/error-handling
NativeScript/ios:feat/error-handling
Copy head branch name to clipboard
Jul 27, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
feat: web-compliant error handling (unhandled rejections, error events, interop.escapeException)
#409
NathanWalker
merged 10 commits into
main
NativeScript/ios:main
from
feat/error-handling
NativeScript/ios:feat/error-handling
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
feat: track and report unhandled promise rejections
Show description for 7f19473
edusperoni
committed
7f19473
View commit details
Copy full SHA for 7f19473
Browse repository at this point
feat: WHATWG error events on globalThis
Show description for f7b5332
edusperoni
committed
f7b5332
View commit details
Copy full SHA for f7b5332
Browse repository at this point
feat: interop.escapeException and JS-to-native boundary hardening
Show description for 642c338
edusperoni
committed
642c338
View commit details
Copy full SHA for 642c338
Browse repository at this point
fix: address review findings (brand liveness, setter wrapper leak, rejectionhandled reason)
Show description for 259a740
edusperoni
committed
259a740
View commit details
Copy full SHA for 259a740
Browse repository at this point
refactor: split Event/EventTarget and error events out of NativeScriptException
Show description for abc0e92
edusperoni
committed
abc0e92
View commit details
Copy full SHA for abc0e92
Browse repository at this point
feat: carry JS stack traces on escaped and fatal NSExceptions
Show description for 14d1dfa
edusperoni
committed
14d1dfa
View commit details
Copy full SHA for 14d1dfa
Browse repository at this point
docs: add error handling documentation
Show description for 9ab61e3
edusperoni
committed
9ab61e3
View commit details
Copy full SHA for 9ab61e3
Browse repository at this point
feat: uncaughtErrorPolicy config, deprecate discardUncaughtJsExceptions
Show description for 05389dd
edusperoni
committed
05389dd
View commit details
Copy full SHA for 05389dd
Browse repository at this point
Commits on Jul 24, 2026
feat: boundary-catchable uncaughtErrorPolicy throw and pre-dispatch stackTrace
Show description for 30f5079
edusperoni
committed
30f5079
View commit details
Copy full SHA for 30f5079
Browse repository at this point
fix: escapeException always wins over event dispatch
Show description for 75708c4
edusperoni
committed
75708c4
View commit details
Copy full SHA for 75708c4
Browse repository at this point
You can’t perform that action at this time.