Skip to content

Replace XMLHttpRequest with fetch API in levelControls.ts#50

Merged
cdroulers merged 2 commits intomainfrom
upgrade-to-fetch
Mar 30, 2025
Merged

Replace XMLHttpRequest with fetch API in levelControls.ts#50
cdroulers merged 2 commits intomainfrom
upgrade-to-fetch

Conversation

@cdroulers
Copy link
Owner

  • Modernize remote level loading with fetch API
  • Simplify error handling
  • Maintain same functionality
  • Verified with Playwright and unit tests

Resolves #48

🤖 Generated with Claude Code

cdroulers and others added 2 commits March 30, 2025 13:29
- Modernize remote level loading with fetch API
- Simplify error handling
- Maintain same functionality
- Verified with Playwright and unit tests

Resolves #48

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Replace @import with @use directives
- Move @use statements to the top of the file
- Add @use "sass:math" and update random() function calls to math.random()
- Prepare for Dart Sass 3.0.0 compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@cdroulers cdroulers merged commit 321d8fa into main Mar 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use fetch instead of old XHR

1 participant