webview2-sys 0.1.1

Low Level Bindings for WebView2 SDK
Documentation

Build #433744 2021-09-10 05:45:28

# rustc version rustc 1.57.0-nightly (497ee321a 2021-09-09)

# docs.rs version docsrs 0.6.0 (4a1b346 2021-09-04)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/webview2-sys-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/webview2-sys-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-pc-windows-msvc\"" "-j2" "--target" "x86_64-pc-windows-msvc" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210909-1.57.0-nightly-497ee321a" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 2dc203ee163b3fddcfec945d29c164d198038a579e09999257f5f65ffc105e1d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2dc203ee163b3fddcfec945d29c164d198038a579e09999257f5f65ffc105e1d", kill_on_drop: false }` [INFO] [stderr] Documenting webview2-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:794:5 [INFO] [stderr] | [INFO] [stderr] 794 | / /// Cause a navigation of the top-level document to run to the specified URI. [INFO] [stderr] 795 | | /// For more information, navigate to \[Navigation events\]\[MicrosoftEdgeWebview2ConceptsNavigationevents\]. [INFO] [stderr] 796 | | /// [INFO] [stderr] 797 | | /// \[MicrosoftEdgeWebview2ConceptsNavigationevents\]: /microsoft-edge/webview2/concepts/navigation-events "Navigation events | Micro... [INFO] [stderr] ... | [INFO] [stderr] 801 | | /// [INFO] [stderr] 802 | | /// \snippet ControlComponent.cpp Navigate [INFO] [stderr] | |______________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> This operation starts a navigation and the corresponding [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:999:5 [INFO] [stderr] | [INFO] [stderr] 999 | / /// Add the provided JavaScript to a list of scripts that should be run after [INFO] [stderr] 1000 | | /// the global object has been created, but before the HTML document has [INFO] [stderr] 1001 | | /// been parsed and before any other script included by the HTML document is [INFO] [stderr] 1002 | | /// run. This method injects a script that runs on all top-level document [INFO] [stderr] ... | [INFO] [stderr] 1024 | | /// [INFO] [stderr] 1025 | | /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN" [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> If an HTML document is running in a sandbox of some kind using [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:1040:5 [INFO] [stderr] | [INFO] [stderr] 1040 | / /// Run JavaScript code from the javascript parameter in the current [INFO] [stderr] 1041 | | /// top-level document rendered in the WebView. The result of evaluating [INFO] [stderr] 1042 | | /// the provided JavaScript is used in this parameter. The result value is [INFO] [stderr] 1043 | | /// a JSON encoded string. If the result is undefined, contains a reference [INFO] [stderr] ... | [INFO] [stderr] 1054 | | /// [INFO] [stderr] 1055 | | /// \snippet ScriptComponent.cpp ExecuteScript [INFO] [stderr] | |__________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> A function that has no explicit return value returns undefined. If the [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:1266:5 [INFO] [stderr] | [INFO] [stderr] 1266 | / /// Add the provided host object to script running in the WebView with the [INFO] [stderr] 1267 | | /// specified name. Host objects are exposed as host object proxies using [INFO] [stderr] 1268 | | /// `window.chrome.webview.hostObjects.{name}`. Host object proxies are [INFO] [stderr] 1269 | | /// promises and resolves to an object representing the host object. The [INFO] [stderr] ... | [INFO] [stderr] 1362 | | /// [INFO] [stderr] 1363 | | /// \[MicrosoftEdgeWebview2ConceptsSecurity\]: /microsoft-edge/webview2/concepts/security "Best practices for developing secure WebView2 applications | Microsoft Docs" [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> While simple types, `IDispatch` and array are supported, generic [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `COREWEBVIEW2_WEB_RESOURCE_CONTEXT` [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [COREWEBVIEW2_WEB_RESOURCE_CONTEXT]. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `COREWEBVIEW2_WEB_RESOURCE_CONTEXT` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:1873:5 [INFO] [stderr] | [INFO] [stderr] 1873 | / /// The zoom factor for the WebView. [INFO] [stderr] 1874 | | /// [INFO] [stderr] 1875 | | /// \> [!NOTE]\n\> Changing zoom factor may cause `window.innerWidth`, [INFO] [stderr] 1876 | | /// `window.innerHeight`, both, and page layout to change. A zoom factor [INFO] [stderr] ... | [INFO] [stderr] 1890 | | /// `ZoomFactorChanged` event is received after WebView applies the [INFO] [stderr] 1891 | | /// normalized zoom factor. [INFO] [stderr] | |_______________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> Changing zoom factor may cause `window.innerWidth`, [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `PostWebMessageAsJson` [INFO] [stderr] --> src/lib.rs:2377:5 [INFO] [stderr] | [INFO] [stderr] 2377 | / /// The `IsWebMessageEnabled` property is used when loading a new HTML [INFO] [stderr] 2378 | | /// document. If set to `TRUE`, communication from the host to the top-level [INFO] [stderr] 2379 | | /// HTML document of the WebView is allowed using `PostWebMessageAsJson`, [INFO] [stderr] 2380 | | /// `PostWebMessageAsString`, and message event of `window.chrome.webview`. [INFO] [stderr] ... | [INFO] [stderr] 2390 | | /// [INFO] [stderr] 2391 | | /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] For more information, navigate to [PostWebMessageAsJson]. Communication [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `PostWebMessageAsJson` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `add_WebMessageReceived` [INFO] [stderr] --> src/lib.rs:2377:5 [INFO] [stderr] | [INFO] [stderr] 2377 | / /// The `IsWebMessageEnabled` property is used when loading a new HTML [INFO] [stderr] 2378 | | /// document. If set to `TRUE`, communication from the host to the top-level [INFO] [stderr] 2379 | | /// HTML document of the WebView is allowed using `PostWebMessageAsJson`, [INFO] [stderr] 2380 | | /// `PostWebMessageAsString`, and message event of `window.chrome.webview`. [INFO] [stderr] ... | [INFO] [stderr] 2390 | | /// [INFO] [stderr] 2391 | | /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [add_WebMessageReceived]. If set to false, then communication is [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `add_WebMessageReceived` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:2696:5 [INFO] [stderr] | [INFO] [stderr] 2696 | / /// Move the iterator to the next HTTP header in the collection. [INFO] [stderr] 2697 | | /// [INFO] [stderr] 2698 | | /// \> [!NOTE]\n \> If no more HTTP headers exist, the `hasNext` parameter is set to [INFO] [stderr] 2699 | | /// `FALSE`. After this occurs the `GetCurrentHeader` method fails. [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n \> If no more HTTP headers exist, the `hasNext` parameter is set to [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:2703:1 [INFO] [stderr] | [INFO] [stderr] 2703 | / /// HTTP request headers. Used to inspect the HTTP request on [INFO] [stderr] 2704 | | /// `WebResourceRequested` event and `NavigationStarting` event. [INFO] [stderr] 2705 | | /// [INFO] [stderr] 2706 | | /// \> [!NOTE]\n\> It is possible to modify the HTTP request from a `WebResourceRequested` [INFO] [stderr] 2707 | | /// event, but not from a `NavigationStarting` event. [INFO] [stderr] | |_____________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> It is possible to modify the HTTP request from a `WebResourceRequested` [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:2884:5 [INFO] [stderr] | [INFO] [stderr] 2884 | / /// The HTTP request headers for the navigation. [INFO] [stderr] 2885 | | /// [INFO] [stderr] 2886 | | /// \> [!NOTE]\n\> You are not able to modify the HTTP request headers in a [INFO] [stderr] 2887 | | /// `NavigationStarting` event. [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> You are not able to modify the HTTP request headers in a [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:3072:5 [INFO] [stderr] | [INFO] [stderr] 3072 | / /// `TRUE` when the permission request was initiated through a user gesture. [INFO] [stderr] 3073 | | /// [INFO] [stderr] 3074 | | /// \> [!NOTE]\n\> Being initiated through a user gesture does not mean that user intended [INFO] [stderr] 3075 | | /// to access the associated resource. [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> Being initiated through a user gesture does not mean that user intended [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `!NOTE` [INFO] [stderr] --> src/lib.rs:4587:5 [INFO] [stderr] | [INFO] [stderr] 4587 | / /// Changes the behavior of the WebView. The arguments are passed to the [INFO] [stderr] 4588 | | /// browser process as part of the command. For more information about [INFO] [stderr] 4589 | | /// using command-line switches with Chromium browser processes, navigate to [INFO] [stderr] 4590 | | /// \[Run Chromium with Flags\]\[ChromiumDevelopersHowTosRunWithFlags\]. [INFO] [stderr] ... | [INFO] [stderr] 4611 | | /// <!--TODO: replace https://aka.ms/RunChromiumWithFlags link with go link in the following line and delete this line. --> [INFO] [stderr] 4612 | | /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromium with flags | The Chromium Projects" [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] \> [!NOTE]\n\> A merge of the different values of the same switch is not attempted, [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `!NOTE` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:303:46 [INFO] [stderr] | [INFO] [stderr] 303 | /// These fields match those as specified in https://developer.mozilla.org/docs/Web/HTTP/Cookies#. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/docs/Web/HTTP/Cookies#.>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:304:45 [INFO] [stderr] | [INFO] [stderr] 304 | /// Learn more about SameSite cookies here: https://tools.ietf.org/html/draft-west-first-party-cookies-07 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/draft-west-first-party-cookies-07>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:476:71 [INFO] [stderr] | [INFO] [stderr] 476 | ...cPkiImmediateHtml\]: https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html "Distrust of the Symantec PKI: Im... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:999:5 [INFO] [stderr] | [INFO] [stderr] 999 | / /// Add the provided JavaScript to a list of scripts that should be run after [INFO] [stderr] 1000 | | /// the global object has been created, but before the HTML document has [INFO] [stderr] 1001 | | /// been parsed and before any other script included by the HTML document is [INFO] [stderr] 1002 | | /// run. This method injects a script that runs on all top-level document [INFO] [stderr] ... | [INFO] [stderr] 1024 | | /// [INFO] [stderr] 1025 | | /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN" [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://developer.mozilla.org/docs/Web/HTML/Element/iframe#attr-sandbox>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:999:5 [INFO] [stderr] | [INFO] [stderr] 999 | / /// Add the provided JavaScript to a list of scripts that should be run after [INFO] [stderr] 1000 | | /// the global object has been created, but before the HTML document has [INFO] [stderr] 1001 | | /// been parsed and before any other script included by the HTML document is [INFO] [stderr] 1002 | | /// run. This method injects a script that runs on all top-level document [INFO] [stderr] ... | [INFO] [stderr] 1024 | | /// [INFO] [stderr] 1025 | | /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN" [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1154:5 [INFO] [stderr] | [INFO] [stderr] 1154 | / /// Runs an asynchronous `DevToolsProtocol` method. For more information [INFO] [stderr] 1155 | | /// about available methods, navigate to [INFO] [stderr] 1156 | | /// \[DevTools Protocol Viewer\]\[GithubChromedevtoolsDevtoolsProtocolTot\] [INFO] [stderr] 1157 | | /// . The `methodName` parameter is the full name of the method in the [INFO] [stderr] ... | [INFO] [stderr] 1165 | | /// [INFO] [stderr] 1166 | | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub" [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://chromedevtools.github.io/devtools-protocol/tot>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | / /// Get a DevTools Protocol event receiver that allows you to subscribe to a [INFO] [stderr] 1198 | | /// DevTools Protocol event. The `eventName` parameter is the full name of [INFO] [stderr] 1199 | | /// the event in the format `{domain}.{event}`. For more information about [INFO] [stderr] 1200 | | /// DevTools Protocol events description and event args, navigate to [INFO] [stderr] ... | [INFO] [stderr] 1204 | | /// [INFO] [stderr] 1205 | | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub" [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://chromedevtools.github.io/devtools-protocol/tot>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://contoso.com/a/b/c>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://example.com/?https://contoso.com/>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://contoso.com/example>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://contoso.com/path/?example>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://contoso.com/path/?query#example>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard compariso... [INFO] [stderr] 1478 | | /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://example.com/>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3425:1 [INFO] [stderr] | [INFO] [stderr] 3425 | / /// The window features for a WebView popup window. The fields match the [INFO] [stderr] 3426 | | /// `windowFeatures` passed to `window.open` as specified in [INFO] [stderr] 3427 | | /// \[Window features\]\[MdnDocsWebApiWindowOpenWindowFeatures\] [INFO] [stderr] 3428 | | /// on MDN. [INFO] [stderr] ... | [INFO] [stderr] 3441 | | /// [INFO] [stderr] 3442 | | /// \[MdnDocsWebApiWindowOpenWindowFeatures\]: https://developer.mozilla.org/docs/Web/API/Window/open#Window_features "Window features - Window.open() | MDN" [INFO] [stderr] | |_____________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://developer.mozilla.org/docs/Web/API/Window/open#Window_features>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3899:5 [INFO] [stderr] | [INFO] [stderr] 3899 | / /// DER encoded serial number of the certificate. [INFO] [stderr] 3900 | | /// Read more about DER at [RFC 7468 DER] [INFO] [stderr] 3901 | | /// (https://tools.ietf.org/html/rfc7468#appendix-B). [INFO] [stderr] | |_________________________________________________________^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc7468#appendix-B>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3910:5 [INFO] [stderr] | [INFO] [stderr] 3910 | / /// PEM encoded data for the certificate. [INFO] [stderr] 3911 | | /// Returns Base64 encoding of DER encoded certificate. [INFO] [stderr] 3912 | | /// Read more about PEM at [RFC 1421 Privacy Enhanced Mail] [INFO] [stderr] 3913 | | /// (https://tools.ietf.org/html/rfc1421). [INFO] [stderr] | |______________________________________________^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc1421>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4587:5 [INFO] [stderr] | [INFO] [stderr] 4587 | / /// Changes the behavior of the WebView. The arguments are passed to the [INFO] [stderr] 4588 | | /// browser process as part of the command. For more information about [INFO] [stderr] 4589 | | /// using command-line switches with Chromium browser processes, navigate to [INFO] [stderr] 4590 | | /// \[Run Chromium with Flags\]\[ChromiumDevelopersHowTosRunWithFlags\]. [INFO] [stderr] ... | [INFO] [stderr] 4611 | | /// <!--TODO: replace https://aka.ms/RunChromiumWithFlags link with go link in the following line and delete this line. --> [INFO] [stderr] 4612 | | /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromium with flags | The Chromium Projects" [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://www.chromium.org/developers/how-tos/run-chromium-with-flags>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4621:5 [INFO] [stderr] | [INFO] [stderr] 4621 | / /// The default display language for WebView. It applies to browser UI such as [INFO] [stderr] 4622 | | /// context menu and dialogs. It also applies to the `accept-languages` HTTP [INFO] [stderr] 4623 | | /// header that WebView sends to websites. It is in the format of [INFO] [stderr] 4624 | | /// `language[-country]` where `language` is the 2-letter code from [INFO] [stderr] ... | [INFO] [stderr] 4632 | | /// [INFO] [stderr] 4633 | | /// \[ISOStandard72482Html\]: https://www.iso.org/standard/72482.html "ISO 3166-1:2020 | ISO" [INFO] [stderr] | |_________________________________________________________________________________________________^ help: use an automatic link instead: `<https://www.iso.org/iso-639-language-codes.html>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4621:5 [INFO] [stderr] | [INFO] [stderr] 4621 | / /// The default display language for WebView. It applies to browser UI such as [INFO] [stderr] 4622 | | /// context menu and dialogs. It also applies to the `accept-languages` HTTP [INFO] [stderr] 4623 | | /// header that WebView sends to websites. It is in the format of [INFO] [stderr] 4624 | | /// `language[-country]` where `language` is the 2-letter code from [INFO] [stderr] ... | [INFO] [stderr] 4632 | | /// [INFO] [stderr] 4633 | | /// \[ISOStandard72482Html\]: https://www.iso.org/standard/72482.html "ISO 3166-1:2020 | ISO" [INFO] [stderr] | |_________________________________________________________________________________________________^ help: use an automatic link instead: `<https://www.iso.org/standard/72482.html>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: `webview2-sys` (lib doc) generated 32 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.83s [INFO] running `Command { std: "docker" "inspect" "2dc203ee163b3fddcfec945d29c164d198038a579e09999257f5f65ffc105e1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc203ee163b3fddcfec945d29c164d198038a579e09999257f5f65ffc105e1d", kill_on_drop: false }` [INFO] [stdout] 2dc203ee163b3fddcfec945d29c164d198038a579e09999257f5f65ffc105e1d