Skip to content

labelwriter


labelwriter / web/src / requestPrintersUsbLegacy

Function: requestPrintersUsbLegacy()

requestPrintersUsbLegacy(options?): Promise<Record<string, WebLabelWriterPrinter>>

Parameters

options?

RequestOptions = {}

Returns

Promise<Record<string, WebLabelWriterPrinter>>

Deprecated

Use the generic requestPrinters({ transport: 'usb' }) from ./request-printers.ts; the legacy USB-only requestPrinters is preserved as requestPrintersUsbLegacy for back-compat. Removed once consumers migrate (plan 11).