mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
fix(http): fix tablet and smarttv in Device.type literal types (#6129)
This commit is contained in:
parent
45be5d319d
commit
d6b5612c9f
@ -85,11 +85,11 @@ export interface Device {
|
||||
/** The type of device. */
|
||||
readonly type:
|
||||
| "console"
|
||||
| "mobile"
|
||||
| "table"
|
||||
| "smartv"
|
||||
| "wearable"
|
||||
| "embedded"
|
||||
| "mobile"
|
||||
| "tablet"
|
||||
| "smarttv"
|
||||
| "wearable"
|
||||
| undefined;
|
||||
/** The vendor of the device. */
|
||||
readonly vendor: string | undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user