mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
feat: Browser compatibility issues #5522
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wangyuks on GitHub (Jun 12, 2025).
Check Existing Issues
Problem Description
The front-end uses some new syntax that is not compatible with older versions of browsers. Is there a version that supports converting old syntax to adapt to lower versions of browsers。For example, the .at writing method is not supported by lower version browsers
Desired Solution you'd like
Hope to adapt to old versions of browsers with ES5 writing style
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Jun 12, 2025):
PLEASE check for existing issues/discussions before creating one. Not planned.