You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ path = "objc2_app_kit::NSView::visibleRect", reason = "We expose a render target to the user, and visibility is not really relevant to that (and can break if you don't use the rectangle position as well). Use `frame` instead." },
3
+
{ path = "objc2_app_kit::NSWindow::setFrameTopLeftPoint", reason = "Not sufficient when working with Winit's coordinate system, use `flip_window_screen_coordinates` instead" },
4
+
{ path = "web_sys::Document::exit_fullscreen", reason = "Doesn't account for compatibility with Safari" },
5
+
{ path = "web_sys::Document::fullscreen_element", reason = "Doesn't account for compatibility with Safari" },
6
+
{ path = "web_sys::Element::request_fullscreen", reason = "Doesn't account for compatibility with Safari" },
{ path = "web_sys::HtmlElement::style", reason = "cache this to reduce calls to JS" },
8
12
{ path = "web_sys::Window::document", reason = "cache this to reduce calls to JS" },
9
13
{ path = "web_sys::Window::get_computed_style", reason = "cache this to reduce calls to JS" },
10
-
{ path = "web_sys::HtmlElement::style", reason = "cache this to reduce calls to JS" },
11
-
{ path = "web_sys::Element::request_fullscreen", reason = "Doesn't account for compatibility with Safari" },
12
-
{ path = "web_sys::Document::exit_fullscreen", reason = "Doesn't account for compatibility with Safari" },
13
-
{ path = "web_sys::Document::fullscreen_element", reason = "Doesn't account for compatibility with Safari" },
14
-
{ path = "objc2_app_kit::NSView::visibleRect", reason = "We expose a render target to the user, and visibility is not really relevant to that (and can break if you don't use the rectangle position as well). Use `frame` instead." },
15
-
{ path = "objc2_app_kit::NSWindow::setFrameTopLeftPoint", reason = "Not sufficient when working with Winit's coordinate system, use `flip_window_screen_coordinates` instead" },
14
+
{ path = "web_sys::Window::navigator", reason = "cache this to reduce calls to JS" },
15
+
{ path = "web_sys::window", reason = "is not available in every context" },
0 commit comments