@cloudflare/workers-types 4.20260212.0 → 4.20260214.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/2021-11-03/index.d.ts +1 -1
- package/2021-11-03/index.ts +1 -1
- package/2022-01-31/index.d.ts +1 -1
- package/2022-01-31/index.ts +1 -1
- package/2022-03-21/index.d.ts +1 -1
- package/2022-03-21/index.ts +1 -1
- package/2022-08-04/index.d.ts +1 -1
- package/2022-08-04/index.ts +1 -1
- package/2022-10-31/index.d.ts +1 -1
- package/2022-10-31/index.ts +1 -1
- package/2022-11-30/index.d.ts +1 -1
- package/2022-11-30/index.ts +1 -1
- package/2023-03-01/index.d.ts +1 -1
- package/2023-03-01/index.ts +1 -1
- package/2023-07-01/index.d.ts +1 -1
- package/2023-07-01/index.ts +1 -1
- package/index.d.ts +1 -1
- package/index.ts +1 -1
- package/oldest/index.d.ts +1 -1
- package/oldest/index.ts +1 -1
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -3629,7 +3629,7 @@ interface ContainerStartupOptions {
|
|
|
3629
3629
|
*
|
|
3630
3630
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3631
3631
|
*/
|
|
3632
|
-
|
|
3632
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3633
3633
|
/**
|
|
3634
3634
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3635
3635
|
*
|
package/2021-11-03/index.ts
CHANGED
|
@@ -3638,7 +3638,7 @@ export interface ContainerStartupOptions {
|
|
|
3638
3638
|
*
|
|
3639
3639
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3640
3640
|
*/
|
|
3641
|
-
export
|
|
3641
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3642
3642
|
/**
|
|
3643
3643
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3644
3644
|
*
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -3696,7 +3696,7 @@ interface ContainerStartupOptions {
|
|
|
3696
3696
|
*
|
|
3697
3697
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3698
3698
|
*/
|
|
3699
|
-
|
|
3699
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3700
3700
|
/**
|
|
3701
3701
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3702
3702
|
*
|
package/2022-01-31/index.ts
CHANGED
|
@@ -3705,7 +3705,7 @@ export interface ContainerStartupOptions {
|
|
|
3705
3705
|
*
|
|
3706
3706
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3707
3707
|
*/
|
|
3708
|
-
export
|
|
3708
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3709
3709
|
/**
|
|
3710
3710
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3711
3711
|
*
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -3704,7 +3704,7 @@ interface ContainerStartupOptions {
|
|
|
3704
3704
|
*
|
|
3705
3705
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3706
3706
|
*/
|
|
3707
|
-
|
|
3707
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3708
3708
|
/**
|
|
3709
3709
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3710
3710
|
*
|
package/2022-03-21/index.ts
CHANGED
|
@@ -3713,7 +3713,7 @@ export interface ContainerStartupOptions {
|
|
|
3713
3713
|
*
|
|
3714
3714
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3715
3715
|
*/
|
|
3716
|
-
export
|
|
3716
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3717
3717
|
/**
|
|
3718
3718
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3719
3719
|
*
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -3705,7 +3705,7 @@ interface ContainerStartupOptions {
|
|
|
3705
3705
|
*
|
|
3706
3706
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3707
3707
|
*/
|
|
3708
|
-
|
|
3708
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3709
3709
|
/**
|
|
3710
3710
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3711
3711
|
*
|
package/2022-08-04/index.ts
CHANGED
|
@@ -3714,7 +3714,7 @@ export interface ContainerStartupOptions {
|
|
|
3714
3714
|
*
|
|
3715
3715
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3716
3716
|
*/
|
|
3717
|
-
export
|
|
3717
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3718
3718
|
/**
|
|
3719
3719
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3720
3720
|
*
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -3725,7 +3725,7 @@ interface ContainerStartupOptions {
|
|
|
3725
3725
|
*
|
|
3726
3726
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3727
3727
|
*/
|
|
3728
|
-
|
|
3728
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3729
3729
|
/**
|
|
3730
3730
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3731
3731
|
*
|
package/2022-10-31/index.ts
CHANGED
|
@@ -3734,7 +3734,7 @@ export interface ContainerStartupOptions {
|
|
|
3734
3734
|
*
|
|
3735
3735
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3736
3736
|
*/
|
|
3737
|
-
export
|
|
3737
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3738
3738
|
/**
|
|
3739
3739
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3740
3740
|
*
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -3730,7 +3730,7 @@ interface ContainerStartupOptions {
|
|
|
3730
3730
|
*
|
|
3731
3731
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3732
3732
|
*/
|
|
3733
|
-
|
|
3733
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3734
3734
|
/**
|
|
3735
3735
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3736
3736
|
*
|
package/2022-11-30/index.ts
CHANGED
|
@@ -3739,7 +3739,7 @@ export interface ContainerStartupOptions {
|
|
|
3739
3739
|
*
|
|
3740
3740
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3741
3741
|
*/
|
|
3742
|
-
export
|
|
3742
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3743
3743
|
/**
|
|
3744
3744
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3745
3745
|
*
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -3736,7 +3736,7 @@ interface ContainerStartupOptions {
|
|
|
3736
3736
|
*
|
|
3737
3737
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3738
3738
|
*/
|
|
3739
|
-
|
|
3739
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3740
3740
|
/**
|
|
3741
3741
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3742
3742
|
*
|
package/2023-03-01/index.ts
CHANGED
|
@@ -3745,7 +3745,7 @@ export interface ContainerStartupOptions {
|
|
|
3745
3745
|
*
|
|
3746
3746
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3747
3747
|
*/
|
|
3748
|
-
export
|
|
3748
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3749
3749
|
/**
|
|
3750
3750
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3751
3751
|
*
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -3736,7 +3736,7 @@ interface ContainerStartupOptions {
|
|
|
3736
3736
|
*
|
|
3737
3737
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3738
3738
|
*/
|
|
3739
|
-
|
|
3739
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3740
3740
|
/**
|
|
3741
3741
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3742
3742
|
*
|
package/2023-07-01/index.ts
CHANGED
|
@@ -3745,7 +3745,7 @@ export interface ContainerStartupOptions {
|
|
|
3745
3745
|
*
|
|
3746
3746
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3747
3747
|
*/
|
|
3748
|
-
export
|
|
3748
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3749
3749
|
/**
|
|
3750
3750
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3751
3751
|
*
|
package/index.d.ts
CHANGED
|
@@ -3629,7 +3629,7 @@ interface ContainerStartupOptions {
|
|
|
3629
3629
|
*
|
|
3630
3630
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3631
3631
|
*/
|
|
3632
|
-
|
|
3632
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3633
3633
|
/**
|
|
3634
3634
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3635
3635
|
*
|
package/index.ts
CHANGED
|
@@ -3638,7 +3638,7 @@ export interface ContainerStartupOptions {
|
|
|
3638
3638
|
*
|
|
3639
3639
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3640
3640
|
*/
|
|
3641
|
-
export
|
|
3641
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3642
3642
|
/**
|
|
3643
3643
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3644
3644
|
*
|
package/oldest/index.d.ts
CHANGED
|
@@ -3629,7 +3629,7 @@ interface ContainerStartupOptions {
|
|
|
3629
3629
|
*
|
|
3630
3630
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3631
3631
|
*/
|
|
3632
|
-
|
|
3632
|
+
declare abstract class MessagePort extends EventTarget {
|
|
3633
3633
|
/**
|
|
3634
3634
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3635
3635
|
*
|
package/oldest/index.ts
CHANGED
|
@@ -3638,7 +3638,7 @@ export interface ContainerStartupOptions {
|
|
|
3638
3638
|
*
|
|
3639
3639
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessagePort)
|
|
3640
3640
|
*/
|
|
3641
|
-
export
|
|
3641
|
+
export declare abstract class MessagePort extends EventTarget {
|
|
3642
3642
|
/**
|
|
3643
3643
|
* The **`postMessage()`** method of the transfers ownership of objects to other browsing contexts.
|
|
3644
3644
|
*
|
package/package.json
CHANGED