File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1468,8 +1468,8 @@ module Emit =
1468
1468
Pt.Reset()
1469
1469
Pt.Printl " /////////////////////////////"
1470
1470
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"
1473
1473
Pt.Printl " /////////////////////////////"
1474
1474
Pt.Printl " "
1475
1475
@@ -1538,7 +1538,7 @@ module Emit =
1538
1538
let EmitES6Thing ( target : TextWriter ) =
1539
1539
Pt.Reset()
1540
1540
Pt.Printl " /////////////////////////////"
1541
- Pt.Printl " /// MSEdge DOM ES6 APIs"
1541
+ Pt.Printl " /// DOM ES6 APIs"
1542
1542
Pt.Printl " /////////////////////////////"
1543
1543
Pt.Printl " "
1544
1544
Original file line number Diff line number Diff line change 1
1
2
2
/////////////////////////////
3
- /// MSEdge DOM ES6 APIs
3
+ /// DOM ES6 APIs
4
4
/////////////////////////////
5
5
6
6
interface AudioTrackList {
Original file line number Diff line number Diff line change 1
1
2
2
/////////////////////////////
3
- /// MSEdge DOM APIs
3
+ /// DOM APIs
4
4
/////////////////////////////
5
5
6
6
interface Account {
@@ -15036,4 +15036,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
15036
15036
type Transport = "usb" | "nfc" | "ble";
15037
15037
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
15038
15038
type 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 1
1
2
2
/////////////////////////////
3
- /// MSEdge Worker APIs
3
+ /// Worker APIs
4
4
/////////////////////////////
5
5
6
6
interface Algorithm {
@@ -1840,4 +1840,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
1840
1840
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded" ;
1841
1841
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
1842
1842
type 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