microsoft / microsoft/MicrosoftEdge-Extensions

[Bug]: Edge 150.0.4078.65+ regression - printerProvider listeners never dispatched

Open
#741 3 comments 0 reactions 1 assignee View on GitHub

@Rahul-Bauri is already working on this.

Since Sep 1, 2026.

Bug Edge Addons Tracked
Dominant language
JavaScript
Stars
245
Forks
149
PR merge metrics
No merged PRs in 30d

Description

What happened?

chrome.printerProvider listeners (onGetPrintersRequested, onPrintRequested, onGetCapabilityRequested) register successfully in a Manifest V3 extension service worker but are never dispatched when the print dialog opens.

This is a regression from Edge 150.0.4078.65 — the last known working version. The issue persists through 151.0.4129.59.

Related: MicrosoftEdge/WebView2Feedback#5646

Importance

Blocking — core printprovider functionality is non-functional.

Runtime Channel

Stable

Runtime Version

151.0.4129.59

Last working version

150.0.4078.65

Repro steps
  1. Clone https://github.com/hendrik-weiler-gtm/printerTestBare/tree/main
  2. Load the extension in Edge
  3. Open print dialog and select "Testprinter" (unlisted printer)
  4. Observe: onGetPrintersRequested is never fired
Repros in Edge Browser

Yes

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.