Files
mpv/DOCS/interface-changes/mp-input-async-completions.txt
T

5 lines
255 B
Plaintext

`mp.input.get()` `complete` callbacks are now passed a second argument,
a function which can be passed the completion values, which allows generating
completions asynchronously. The old method of returning completions from
the callback is now deprecated.