You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/chrome/index.d.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1806,7 +1806,7 @@ declare namespace chrome {
1806
1806
* ask: Ask when a site wants to access the microphone.
1807
1807
* Default is ask.
1808
1808
* The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
1809
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
1809
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all_urls>'.
1810
1810
*/
1811
1811
export var microphone: MicrophoneContentSetting;
1812
1812
/**
@@ -1817,7 +1817,7 @@ declare namespace chrome {
1817
1817
* ask: Ask when a site wants to access the camera.
1818
1818
* Default is ask.
1819
1819
* The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
1820
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
1820
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all_urls>'.
1821
1821
*/
1822
1822
export var camera: CameraContentSetting;
1823
1823
/**
@@ -7600,7 +7600,7 @@ declare namespace chrome {
7600
7600
export interface SubmitJobRequest {
7601
7601
/**
7602
7602
* The print job to be submitted.
7603
-
* The only supported content type is "application/pdf", and the Cloud Job Ticket shouldn't include FitToPageTicketItem, PageRangeTicketItem, ReverseOrderTicketItem and VendorTicketItem fields since they are irrelevant for native printing.
7603
+
* Supported content types are "application/pdf" and "image/png". The Cloud Job Ticket shouldn't include `FitToPageTicketItem`, `PageRangeTicketItem` and `ReverseOrderTicketItem` fields since they are irrelevant for native printing. `VendorTicketItem` is optional
7604
7604
* All other fields must be present.
7605
7605
*/
7606
7606
job: chrome.printerProvider.PrintJob;
@@ -9606,7 +9606,7 @@ declare namespace chrome {
9606
9606
}
9607
9607
9608
9608
export interface Session {
9609
-
/** The time when the window or tab was closed or modified, represented in milliseconds since the epoch. */
9609
+
/** The time when the window or tab was closed or modified, represented in seconds since the epoch. */
0 commit comments