Skip to content

Commit 0936bfd

Browse files
authored
🤖 Merge PR DefinitelyTyped#72091 [Chrome] Applies new weekly documentation changes by @erwanjugand
1 parent f62d757 commit 0936bfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎types/chrome/index.d.ts‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ declare namespace chrome {
18061806
* ask: Ask when a site wants to access the microphone.
18071807
* Default is ask.
18081808
* 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>'.
18101810
*/
18111811
export var microphone: MicrophoneContentSetting;
18121812
/**
@@ -1817,7 +1817,7 @@ declare namespace chrome {
18171817
* ask: Ask when a site wants to access the camera.
18181818
* Default is ask.
18191819
* 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>'.
18211821
*/
18221822
export var camera: CameraContentSetting;
18231823
/**
@@ -7600,7 +7600,7 @@ declare namespace chrome {
76007600
export interface SubmitJobRequest {
76017601
/**
76027602
* 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
76047604
* All other fields must be present.
76057605
*/
76067606
job: chrome.printerProvider.PrintJob;
@@ -9606,7 +9606,7 @@ declare namespace chrome {
96069606
}
96079607

96089608
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. */
96109610
lastModified: number;
96119611
/**
96129612
* Optional.

0 commit comments

Comments
 (0)