mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
Merge pull request #22448 from Microsoft/portGeneratedLibFiles3-9-2
Port generated lib files
This commit is contained in:
6
src/lib/dom.generated.d.ts
vendored
6
src/lib/dom.generated.d.ts
vendored
@@ -3654,7 +3654,7 @@ interface Document extends Node, GlobalEventHandlers, ParentNode, DocumentEvent
|
||||
/**
|
||||
* Contains information about the current URL.
|
||||
*/
|
||||
location: Location | string;
|
||||
location: Location;
|
||||
msCSSOMElementFloatMetrics: boolean;
|
||||
msCapsLockWarningOff: boolean;
|
||||
/**
|
||||
@@ -14909,7 +14909,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
|
||||
readonly innerWidth: number;
|
||||
readonly isSecureContext: boolean;
|
||||
readonly length: number;
|
||||
location: Location | string;
|
||||
location: Location;
|
||||
readonly locationbar: BarProp;
|
||||
readonly menubar: BarProp;
|
||||
readonly msContentScript: ExtensionScriptApis;
|
||||
@@ -15718,7 +15718,7 @@ declare var innerHeight: number;
|
||||
declare var innerWidth: number;
|
||||
declare var isSecureContext: boolean;
|
||||
declare var length: number;
|
||||
declare var location: Location | string;
|
||||
declare var location: Location;
|
||||
declare var locationbar: BarProp;
|
||||
declare var menubar: BarProp;
|
||||
declare var msContentScript: ExtensionScriptApis;
|
||||
|
||||
Reference in New Issue
Block a user