1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Fix documentation for marker field

This commit is contained in:
Isaiah Inuwa
2026-01-13 08:31:27 -06:00
parent a13cc9d0fd
commit dd3f4f73dc

View File

@@ -8,14 +8,10 @@ use crate::{BitwardenError, Callback, TimedCallback};
/// Request to get the window handle of the desktop client.
pub(super) struct WindowHandleQueryRequest {
#[serde(rename = "windowHandle")]
/// base64-encoded byte string representing native window handle.
/// # Operating System Differences
/// Marker field for parsing; data is never read.
///
/// ## macOS
/// Unused.
///
/// ## Windows
/// On Windows, this is an HWND.
/// TODO: this is used to disambiguate parsing the type in desktop_napi.
/// This will be cleaned up in PM-23485.
window_handle: String,
}