Skip to content

Commit

Permalink
fix(http): fix tablet and smarttv in Device.type literal types (denol…
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational authored Oct 21, 2024
1 parent 45be5d3 commit d6b5612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/user_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ export interface Device {
/** The type of device. */
readonly type:
| "console"
| "embedded"
| "mobile"
| "table"
| "smartv"
| "tablet"
| "smarttv"
| "wearable"
| "embedded"
| undefined;
/** The vendor of the device. */
readonly vendor: string | undefined;
Expand Down

0 comments on commit d6b5612

Please sign in to comment.