mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init local browser driver
This commit is contained in:
parent
b56de4b4b5
commit
9e1fb9c5ca
3 changed files with 33 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ impl Client {
|
|||
match result {
|
||||
// route by scheme
|
||||
Ok(uri) => match uri.scheme().as_str() {
|
||||
"file" => driver.file.handle(uri, feature, cancellable),
|
||||
"gemini" | "titan" => driver.gemini.handle(uri, feature, cancellable),
|
||||
scheme => {
|
||||
// no scheme match driver, complete with failure message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue