File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1468,8 +1468,8 @@ module Emit =
14681468 Pt.Reset()
14691469 Pt.Printl " /////////////////////////////"
14701470 match flavor with
1471- | Worker -> Pt.Printl " /// MSEdge Worker APIs"
1472- | _ -> Pt.Printl " /// MSEdge DOM APIs"
1471+ | Worker -> Pt.Printl " /// Worker APIs"
1472+ | _ -> Pt.Printl " /// DOM APIs"
14731473 Pt.Printl " /////////////////////////////"
14741474 Pt.Printl " "
14751475
@@ -1538,7 +1538,7 @@ module Emit =
15381538 let EmitES6Thing ( target : TextWriter ) =
15391539 Pt.Reset()
15401540 Pt.Printl " /////////////////////////////"
1541- Pt.Printl " /// MSEdge DOM ES6 APIs"
1541+ Pt.Printl " /// DOM ES6 APIs"
15421542 Pt.Printl " /////////////////////////////"
15431543 Pt.Printl " "
15441544
Original file line number Diff line number Diff line change 11
22/////////////////////////////
3- /// MSEdge DOM ES6 APIs
3+ /// DOM ES6 APIs
44/////////////////////////////
55
66interface AudioTrackList {
Original file line number Diff line number Diff line change 11
22/////////////////////////////
3- /// MSEdge DOM APIs
3+ /// DOM APIs
44/////////////////////////////
55
66interface Account {
@@ -15036,4 +15036,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
1503615036type Transport = "usb" | "nfc" | "ble";
1503715037type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
1503815038type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
15039- type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
15039+ type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
Original file line number Diff line number Diff line change 11
22/////////////////////////////
3- /// MSEdge Worker APIs
3+ /// Worker APIs
44/////////////////////////////
55
66interface Algorithm {
@@ -1840,4 +1840,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
18401840type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded" ;
18411841type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
18421842type ClientType = "window" | "worker" | "sharedworker" | "all" ;
1843- type FrameType = "auxiliary" | "top-level" | "nested" | "none" ;
1843+ type FrameType = "auxiliary" | "top-level" | "nested" | "none" ;
You can’t perform that action at this time.
0 commit comments