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
/** Node is an interface from which a number of DOM API object types inherit. It allows those types to be treated similarly; for example, inheriting the same set of methods, or being tested in the same way. */
10020
10003
interface Node extends EventTarget {
10021
10004
/** Returns node's node document's document base URL. */
@@ -5192,7 +5178,7 @@ declare var WorkerLocation: {
5192
5178
};
5193
5179
5194
5180
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
@@ -5071,7 +5057,7 @@ declare var WorkerLocation: {
5071
5057
};
5072
5058
5073
5059
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
@@ -5351,7 +5337,7 @@ declare var WorkerLocation: {
5351
5337
};
5352
5338
5353
5339
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
0 commit comments