max / audiofiles
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+4 insertions,
-3 deletions
| @@ -2475,9 +2475,10 @@ | |||
| 2475 | 2475 | /// The host half of `Outcome::Locate`, which quasi ruled and shipped in 0.60 | |
| 2476 | 2476 | /// (`ec92f9cb`, Max: the route says a place is wanted, the host performs the | |
| 2477 | 2477 | /// picker, and back comes a handle and a label). audiofiles is the app the | |
| 2478 | - | /// ruling was measured against: seven sites here opened a native picker of | |
| 2479 | - | /// their own, and two still do for reasons `quasi`'s header names. The export | |
| 2480 | - | /// destination is the one ask that is part of a form. | |
| 2478 | + | /// ruling was measured against: every site here opened a native picker of its | |
| 2479 | + | /// own, and none does now. The last two waited on quasi 0.63 for a save shape | |
| 2480 | + | /// and a batched answer, which `quasi`'s header records. The export destination | |
| 2481 | + | /// is the one ask that is part of a form. | |
| 2481 | 2482 | /// | |
| 2482 | 2483 | /// **Nothing is drawn and nothing navigates.** `ui::dialog` runs the picker off | |
| 2483 | 2484 | /// the frame thread and answers frames later through a handler that holds |