We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cbf97 commit 508606cCopy full SHA for 508606c
1 file changed
desktop/src/cef/scheme_handler.rs
@@ -87,6 +87,7 @@ impl<'a> GraphiteFrontendResourceHandler<'a> {
87
match ext {
88
"html" => Some("text/html".to_string()),
89
"css" => Some("text/css".to_string()),
90
+ "txt" => Some("text/plain".to_string()),
91
"wasm" => Some("application/wasm".to_string()),
92
"js" => Some("application/javascript".to_string()),
93
"png" => Some("image/png".to_string()),
0 commit comments