Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blink fallback warning message
  • Loading branch information
yjbanov committed Aug 30, 2022
commit cb1d8c90160126fbded1a5ebd73d34c03f7c6adf
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/browser_detection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ BrowserEngine detectBrowserEngineByVendorAgent(String vendor, String agent) {
}

// Assume Blink otherwise, but issue a warning.
print('WARNING: failed to detect current browser engine.');
print('WARNING: failed to detect current browser engine. Assuming this is a Chromium-compatible browser.');
return BrowserEngine.blink;
}

Expand Down