@@ -396,7 +396,7 @@ class Performance extends js.Object {
396
396
def setResourceTimingBufferSize (maxSize : Int ): Unit = js.native
397
397
398
398
/**
399
- * Returns a DOMHighResTimeStamp representing the amount of miliseconds elapsed
399
+ * Returns a DOMHighResTimeStamp representing the amount of milliseconds elapsed
400
400
* since the start of the navigation, as give by PerformanceTiming.navigationStart
401
401
* to the call of the method.
402
402
*
@@ -1256,15 +1256,15 @@ trait ModifierKeyEvent extends js.Object {
1256
1256
1257
1257
/**
1258
1258
* The metaKey property indicates if the meta key was pressed (true) or not (false)
1259
- * when the event occured .
1259
+ * when the event occurred .
1260
1260
*
1261
1261
* MDN
1262
1262
*/
1263
1263
def metaKey : Boolean = js.native
1264
1264
1265
1265
/**
1266
1266
* The altKey property indicates if the alt key was pressed (true) or not (false) when
1267
- * the event occured .
1267
+ * the event occurred .
1268
1268
*
1269
1269
* MDN
1270
1270
*/
@@ -4464,7 +4464,7 @@ class PerformanceTiming extends js.Object {
4464
4464
4465
4465
/**
4466
4466
* The PerformanceTiming.redirectStart read-only property returns an unsigned
4467
- * long long representing the moment, in miliseconds since the UNIX epoch, the first
4467
+ * long long representing the moment, in milliseconds since the UNIX epoch, the first
4468
4468
* HTTP redirect starts. If there is no redirect, or if one of the redirect is not of the
4469
4469
* same origin, the value returned is 0.
4470
4470
*
@@ -4474,7 +4474,7 @@ class PerformanceTiming extends js.Object {
4474
4474
4475
4475
/**
4476
4476
* The PerformanceTiming.domainLookupEnd read-only property returns an unsigned
4477
- * long long representing the moment, in miliseconds since the UNIX epoch, where the
4477
+ * long long representing the moment, in milliseconds since the UNIX epoch, where the
4478
4478
* domain lookup is finished. If a persistent connection is used, or the information
4479
4479
* is stored in a cache or a local resource, the value will be the same as
4480
4480
* PerformanceTiming.fetchStart.
@@ -4485,7 +4485,7 @@ class PerformanceTiming extends js.Object {
4485
4485
4486
4486
/**
4487
4487
* The PerformanceTiming.responseStart read-only property returns an unsigned
4488
- * long long representing the moment, in miliseconds since the UNIX epoch, when the
4488
+ * long long representing the moment, in milliseconds since the UNIX epoch, when the
4489
4489
* browser received the first byte of the response, from the server from a cache, of
4490
4490
* from a local resource.
4491
4491
*
@@ -4495,7 +4495,7 @@ class PerformanceTiming extends js.Object {
4495
4495
4496
4496
/**
4497
4497
* The PerformanceTiming.domComplete read-only property returns an unsigned long
4498
- * long representing the moment, in miliseconds since the UNIX epoch, when the parser
4498
+ * long representing the moment, in milliseconds since the UNIX epoch, when the parser
4499
4499
* finished its work on the main document, that is when its Document.readyState
4500
4500
* changes to 'complete' and the corresponding readystatechange event is thrown.
4501
4501
*
@@ -4505,7 +4505,7 @@ class PerformanceTiming extends js.Object {
4505
4505
4506
4506
/**
4507
4507
* The PerformanceTiming.domainLookupStart read-only property returns an
4508
- * unsigned long long representing the moment, in miliseconds since the UNIX epoch,
4508
+ * unsigned long long representing the moment, in milliseconds since the UNIX epoch,
4509
4509
* where the domain lookup starts. If a persistent connection is used, or the
4510
4510
* information is stored in a cache or a local resource, the value will be the same as
4511
4511
* PerformanceTiming.fetchStart.
@@ -4516,7 +4516,7 @@ class PerformanceTiming extends js.Object {
4516
4516
4517
4517
/**
4518
4518
* The PerformanceTiming.loadEventStart read-only property returns an unsigned
4519
- * long long representing the moment, in miliseconds since the UNIX epoch, when the
4519
+ * long long representing the moment, in milliseconds since the UNIX epoch, when the
4520
4520
* load event was sent for the current document. If this event has not yet been sent, it
4521
4521
* returns 0.
4522
4522
*
@@ -4526,7 +4526,7 @@ class PerformanceTiming extends js.Object {
4526
4526
4527
4527
/**
4528
4528
* The PerformanceTiming.unloadEventEnd read-only property returns an unsigned
4529
- * long long representing the moment, in miliseconds since the UNIX epoch, the unload
4529
+ * long long representing the moment, in milliseconds since the UNIX epoch, the unload
4530
4530
* event handler finishes. If there is no previous document, or if the previous
4531
4531
* document, or one of the needed redirects, is not of the same origin, the value
4532
4532
* returned is 0.
@@ -4537,7 +4537,7 @@ class PerformanceTiming extends js.Object {
4537
4537
4538
4538
/**
4539
4539
* The PerformanceTiming.fetchStart read-only property returns an unsigned long
4540
- * long representing the moment, in miliseconds since the UNIX epoch, the browser is
4540
+ * long representing the moment, in milliseconds since the UNIX epoch, the browser is
4541
4541
* ready to fetch the document using an HTTP request. This moment is before the check to
4542
4542
* any application cache.
4543
4543
*
@@ -4547,7 +4547,7 @@ class PerformanceTiming extends js.Object {
4547
4547
4548
4548
/**
4549
4549
* The PerformanceTiming.requestStart read-only property returns an unsigned
4550
- * long long representing the moment, in miliseconds since the UNIX epoch, when the
4550
+ * long long representing the moment, in milliseconds since the UNIX epoch, when the
4551
4551
* browser sent the request to obtain the actual document, from the server or from a
4552
4552
* cache. If the transport layer fails after the start of the request and the
4553
4553
* connection is reopened, this property will be set to the time corresponding to the
@@ -4559,7 +4559,7 @@ class PerformanceTiming extends js.Object {
4559
4559
4560
4560
/**
4561
4561
* The PerformanceTiming.domInteractive read-only property returns an unsigned
4562
- * long long representing the moment, in miliseconds since the UNIX epoch, when the
4562
+ * long long representing the moment, in milliseconds since the UNIX epoch, when the
4563
4563
* parser finished its work on the main document, that is when its
4564
4564
* Document.readyState changes to 'interactive' and the corresponding
4565
4565
* readystatechange event is thrown.
@@ -4570,7 +4570,7 @@ class PerformanceTiming extends js.Object {
4570
4570
4571
4571
/**
4572
4572
* The PerformanceTiming.navigationStart read-only property returns an unsigned
4573
- * long long representing the moment, in miliseconds since the UNIX epoch, right
4573
+ * long long representing the moment, in milliseconds since the UNIX epoch, right
4574
4574
* after the prompt for unload terminates on the previous document in the same
4575
4575
* browsing context. If there is no previous document, this value will be the same as
4576
4576
* PerformanceTiming.fetchStart.
@@ -4581,7 +4581,7 @@ class PerformanceTiming extends js.Object {
4581
4581
4582
4582
/**
4583
4583
* The PerformanceTiming.connectEnd read-only property returns an unsigned long
4584
- * long representing the moment, in miliseconds since the UNIX epoch, where the
4584
+ * long representing the moment, in milliseconds since the UNIX epoch, where the
4585
4585
* connection is opened network. If the transport layer reports an error and the
4586
4586
* connection establishment is started again, the last connection establisment end
4587
4587
* time is given. If a persistent connection is used, the value will be the same as
@@ -4594,7 +4594,7 @@ class PerformanceTiming extends js.Object {
4594
4594
4595
4595
/**
4596
4596
* The PerformanceTiming.loadEventEnd read-only property returns an unsigned
4597
- * long long representing the moment, in miliseconds since the UNIX epoch, when the
4597
+ * long long representing the moment, in milliseconds since the UNIX epoch, when the
4598
4598
* load event handler terminated, that is when the load event is completed. If this
4599
4599
* event has not yet been sent, or is not yet completed, it returns 0.
4600
4600
*
@@ -4604,7 +4604,7 @@ class PerformanceTiming extends js.Object {
4604
4604
4605
4605
/**
4606
4606
* The PerformanceTiming.connectStart read-only property returns an unsigned
4607
- * long long representing the moment, in miliseconds since the UNIX epoch, where the
4607
+ * long long representing the moment, in milliseconds since the UNIX epoch, where the
4608
4608
* request to open a connection is sent to the network. If the transport layer reports
4609
4609
* an error and the connection establishment is started again, the last connection
4610
4610
* establisment start time is given. If a persistent connection is used, the value
@@ -4616,7 +4616,7 @@ class PerformanceTiming extends js.Object {
4616
4616
4617
4617
/**
4618
4618
* The PerformanceTiming.responseEnd read-only property returns an unsigned long
4619
- * long representing the moment, in miliseconds since the UNIX epoch, when the
4619
+ * long representing the moment, in milliseconds since the UNIX epoch, when the
4620
4620
* browser received the last byte of the response, or when the connection is closed if
4621
4621
* this happened first, from the server from a cache, of from a local resource.
4622
4622
*
@@ -4626,7 +4626,7 @@ class PerformanceTiming extends js.Object {
4626
4626
4627
4627
/**
4628
4628
* The PerformanceTiming.domLoading read-only property returns an unsigned long
4629
- * long representing the moment, in miliseconds since the UNIX epoch, when the parser
4629
+ * long representing the moment, in milliseconds since the UNIX epoch, when the parser
4630
4630
* started its work, that is when its Document.readyState changes to 'loading' and
4631
4631
* the corresponding readystatechange event is thrown.
4632
4632
*
@@ -4636,7 +4636,7 @@ class PerformanceTiming extends js.Object {
4636
4636
4637
4637
/**
4638
4638
* The PerformanceTiming.redirectEnd read-only property returns an unsigned long
4639
- * long representing the moment, in miliseconds since the UNIX epoch, the last HTTP
4639
+ * long representing the moment, in milliseconds since the UNIX epoch, the last HTTP
4640
4640
* redirect is completed, that is when the last byte of the HTTP response has been
4641
4641
* received. If there is no redirect, or if one of the redirect is not of the same origin,
4642
4642
* the value returned is 0.
@@ -4647,7 +4647,7 @@ class PerformanceTiming extends js.Object {
4647
4647
4648
4648
/**
4649
4649
* The PerformanceTiming.unloadEventStart read-only property returns an
4650
- * unsigned long long representing the moment, in miliseconds since the UNIX epoch,
4650
+ * unsigned long long representing the moment, in milliseconds since the UNIX epoch,
4651
4651
* the unload event has been thrown. If there is no previous document, or if the
4652
4652
* previous document, or one of the needed redirects, is not of the same origin, the
4653
4653
* value returned is 0.
@@ -4658,7 +4658,7 @@ class PerformanceTiming extends js.Object {
4658
4658
4659
4659
/**
4660
4660
* The PerformanceTiming.domContentLoadedEventStart read-only property
4661
- * returns an unsigned long long representing the moment, in miliseconds since the
4661
+ * returns an unsigned long long representing the moment, in milliseconds since the
4662
4662
* UNIX epoch, right before the parser sent the DOMContentLoaded event, that is right
4663
4663
* after all the scripts that need to be executed right after parsing has been
4664
4664
* executed.
@@ -4669,7 +4669,7 @@ class PerformanceTiming extends js.Object {
4669
4669
4670
4670
/**
4671
4671
* The PerformanceTiming.domContentLoadedEventEnd read-only property returns
4672
- * an unsigned long long representing the moment, in miliseconds since the UNIX
4672
+ * an unsigned long long representing the moment, in milliseconds since the UNIX
4673
4673
* epoch, right after all the scripts that need to be executed as soon as possible, in
4674
4674
* order or not, has been executed.
4675
4675
*
@@ -4823,7 +4823,7 @@ trait Location extends js.Object {
4823
4823
* The origin read-only property is a String containing the Unicode serialization of the
4824
4824
* origin of the represented URL, that is, for http and https, the scheme followed by
4825
4825
* '://', followed by the domain, followed by ':', followed by the port (the default
4826
- * port, 80 and 443 respectively, if explicitely specified). For URL using file: scheme,
4826
+ * port, 80 and 443 respectively, if explicitly specified). For URL using file: scheme,
4827
4827
* the value is browser dependant.
4828
4828
*
4829
4829
* This property also does not exist consistently on IE, even as new as IE11, hence it must
0 commit comments