@cloudflare/workers-types 4.20260416.1 → 4.20260417.1

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.
@@ -544,6 +544,7 @@ declare abstract class Navigator {
544
544
  sendBeacon(url: string, body?: BodyInit): boolean;
545
545
  readonly userAgent: string;
546
546
  readonly hardwareConcurrency: number;
547
+ readonly platform: string;
547
548
  }
548
549
  interface AlarmInvocationInfo {
549
550
  readonly isRetry: boolean;
@@ -546,6 +546,7 @@ export declare abstract class Navigator {
546
546
  sendBeacon(url: string, body?: BodyInit): boolean;
547
547
  readonly userAgent: string;
548
548
  readonly hardwareConcurrency: number;
549
+ readonly platform: string;
549
550
  }
550
551
  export interface AlarmInvocationInfo {
551
552
  readonly isRetry: boolean;
@@ -544,6 +544,7 @@ declare abstract class Navigator {
544
544
  sendBeacon(url: string, body?: BodyInit): boolean;
545
545
  readonly userAgent: string;
546
546
  readonly hardwareConcurrency: number;
547
+ readonly platform: string;
547
548
  }
548
549
  interface AlarmInvocationInfo {
549
550
  readonly isRetry: boolean;
@@ -546,6 +546,7 @@ export declare abstract class Navigator {
546
546
  sendBeacon(url: string, body?: BodyInit): boolean;
547
547
  readonly userAgent: string;
548
548
  readonly hardwareConcurrency: number;
549
+ readonly platform: string;
549
550
  }
550
551
  export interface AlarmInvocationInfo {
551
552
  readonly isRetry: boolean;
@@ -544,6 +544,7 @@ declare abstract class Navigator {
544
544
  sendBeacon(url: string, body?: BodyInit): boolean;
545
545
  readonly userAgent: string;
546
546
  readonly hardwareConcurrency: number;
547
+ readonly platform: string;
547
548
  }
548
549
  interface AlarmInvocationInfo {
549
550
  readonly isRetry: boolean;
@@ -546,6 +546,7 @@ export declare abstract class Navigator {
546
546
  sendBeacon(url: string, body?: BodyInit): boolean;
547
547
  readonly userAgent: string;
548
548
  readonly hardwareConcurrency: number;
549
+ readonly platform: string;
549
550
  }
550
551
  export interface AlarmInvocationInfo {
551
552
  readonly isRetry: boolean;
@@ -549,6 +549,7 @@ declare abstract class Navigator {
549
549
  sendBeacon(url: string, body?: BodyInit): boolean;
550
550
  readonly userAgent: string;
551
551
  readonly hardwareConcurrency: number;
552
+ readonly platform: string;
552
553
  }
553
554
  interface AlarmInvocationInfo {
554
555
  readonly isRetry: boolean;
@@ -551,6 +551,7 @@ export declare abstract class Navigator {
551
551
  sendBeacon(url: string, body?: BodyInit): boolean;
552
552
  readonly userAgent: string;
553
553
  readonly hardwareConcurrency: number;
554
+ readonly platform: string;
554
555
  }
555
556
  export interface AlarmInvocationInfo {
556
557
  readonly isRetry: boolean;
@@ -549,6 +549,7 @@ declare abstract class Navigator {
549
549
  sendBeacon(url: string, body?: BodyInit): boolean;
550
550
  readonly userAgent: string;
551
551
  readonly hardwareConcurrency: number;
552
+ readonly platform: string;
552
553
  }
553
554
  interface AlarmInvocationInfo {
554
555
  readonly isRetry: boolean;
@@ -551,6 +551,7 @@ export declare abstract class Navigator {
551
551
  sendBeacon(url: string, body?: BodyInit): boolean;
552
552
  readonly userAgent: string;
553
553
  readonly hardwareConcurrency: number;
554
+ readonly platform: string;
554
555
  }
555
556
  export interface AlarmInvocationInfo {
556
557
  readonly isRetry: boolean;
@@ -549,6 +549,7 @@ declare abstract class Navigator {
549
549
  sendBeacon(url: string, body?: BodyInit): boolean;
550
550
  readonly userAgent: string;
551
551
  readonly hardwareConcurrency: number;
552
+ readonly platform: string;
552
553
  }
553
554
  interface AlarmInvocationInfo {
554
555
  readonly isRetry: boolean;
@@ -551,6 +551,7 @@ export declare abstract class Navigator {
551
551
  sendBeacon(url: string, body?: BodyInit): boolean;
552
552
  readonly userAgent: string;
553
553
  readonly hardwareConcurrency: number;
554
+ readonly platform: string;
554
555
  }
555
556
  export interface AlarmInvocationInfo {
556
557
  readonly isRetry: boolean;
@@ -574,6 +574,7 @@ declare abstract class Navigator {
574
574
  sendBeacon(url: string, body?: BodyInit): boolean;
575
575
  readonly userAgent: string;
576
576
  readonly hardwareConcurrency: number;
577
+ readonly platform: string;
577
578
  readonly language: string;
578
579
  readonly languages: string[];
579
580
  readonly storage: StorageManager;
@@ -576,6 +576,7 @@ export declare abstract class Navigator {
576
576
  sendBeacon(url: string, body?: BodyInit): boolean;
577
577
  readonly userAgent: string;
578
578
  readonly hardwareConcurrency: number;
579
+ readonly platform: string;
579
580
  readonly language: string;
580
581
  readonly languages: string[];
581
582
  readonly storage: StorageManager;
package/latest/index.d.ts CHANGED
@@ -552,6 +552,7 @@ declare abstract class Navigator {
552
552
  sendBeacon(url: string, body?: BodyInit): boolean;
553
553
  readonly userAgent: string;
554
554
  readonly hardwareConcurrency: number;
555
+ readonly platform: string;
555
556
  readonly language: string;
556
557
  readonly languages: string[];
557
558
  }
package/latest/index.ts CHANGED
@@ -554,6 +554,7 @@ export declare abstract class Navigator {
554
554
  sendBeacon(url: string, body?: BodyInit): boolean;
555
555
  readonly userAgent: string;
556
556
  readonly hardwareConcurrency: number;
557
+ readonly platform: string;
557
558
  readonly language: string;
558
559
  readonly languages: string[];
559
560
  }
package/package.json CHANGED
@@ -7,5 +7,5 @@
7
7
  },
8
8
  "author": "Cloudflare Workers DevProd Team <workers-devprod@cloudflare.com> (https://workers.cloudflare.com)",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20260416.1"
10
+ "version": "4.20260417.1"
11
11
  }