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
Copy file name to clipboardExpand all lines: sdk/lib/html/dart2js/html_dart2js.dart
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30564,7 +30564,7 @@ class Window extends EventTarget
30564
30564
// TODO: consider forcing users to do: window.location.assign('string').
30565
30565
/**
30566
30566
* Sets the window's location, which causes the browser to navigate to the new
30567
-
* location. [value] may be a Location object or a String.
30567
+
* location.
30568
30568
*/
30569
30569
set location(value) {
30570
30570
_location = value;
@@ -34587,12 +34587,14 @@ abstract class WindowBase implements EventTarget {
34587
34587
* var other = window.open('http://www.example.com', 'foo');
34588
34588
* // Closes other window, as it is script-closeable.
Copy file name to clipboardExpand all lines: tools/dom/src/CrossFrameTypes.dart
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -116,12 +116,14 @@ abstract class WindowBase implements EventTarget {
116
116
* var other = window.open('http://www.example.com', 'foo');
117
117
* // Closes other window, as it is script-closeable.
0 commit comments