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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
phaserjs
/
phaser
Public
Notifications
You must be signed in to change notification settings
Fork
7.2k
Star
40.3k
Code
Issues
110
Pull requests
37
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Loading retry improvements
- #7370
#7370
Open
pavle-goloskokovic
wants to merge 8 commits into
phaserjs:master
phaserjs/phaser:master
from
pavle-goloskokovic:v4/loading-retry
pavle-goloskokovic/phaser:v4/loading-retry
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Loading retry improvements
#7370
pavle-goloskokovic
wants to merge 8 commits into
phaserjs:master
phaserjs/phaser:master
from
pavle-goloskokovic:v4/loading-retry
pavle-goloskokovic/phaser:v4/loading-retry
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
introducing exponential backoff for retry delay for every subsequent attempt
pavle-goloskokovic
committed
d4145ee
View commit details
Copy full SHA for d4145ee
Browse repository at this point
moving maxRetries setting form FileConfig to XHRSettings, to make it possible to override loader value per file, since there is no way to define properties on fileConfig directly
pavle-goloskokovic
committed
1a756d6
View commit details
Copy full SHA for 1a756d6
Browse repository at this point
increased default maxRetries value to 5 to allow at least 3s for recovery from error
pavle-goloskokovic
committed
f733fd2
View commit details
Copy full SHA for f733fd2
Browse repository at this point
added a new event which Loader Plugin fires when a file fails to load but will retry loading
pavle-goloskokovic
committed
b7a3728
View commit details
Copy full SHA for b7a3728
Browse repository at this point
passing an optional argument 'event' to Loader Plugin's 'nextFile' method calls, so it can forward it to FILE_LOAD_ERROR event emits, to give more details about the cause of error to listeners
pavle-goloskokovic
committed
14db870
View commit details
Copy full SHA for 14db870
Browse repository at this point
removed duplicated devtool property definition
pavle-goloskokovic
committed
93e57fe
View commit details
Copy full SHA for 93e57fe
Browse repository at this point
updated File tests for retry changes
pavle-goloskokovic
committed
4508bf1
View commit details
Copy full SHA for 4508bf1
Browse repository at this point
updated years and since versions
pavle-goloskokovic
committed
82e1686
View commit details
Copy full SHA for 82e1686
Browse repository at this point
You can’t perform that action at this time.