microsoft / microsoft/MicrosoftEdge-Extensions
[Bug]: Edge 150.0.4078.65+ regression - printerProvider listeners never dispatched
@Rahul-Bauri is already working on this.
Since Sep 1, 2026.
- 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
- Clone https://github.com/hendrik-weiler-gtm/printerTestBare/tree/main
- Load the extension in Edge
- Open print dialog and select "Testprinter" (unlisted printer)
- Observe:
onGetPrintersRequestedis never fired
Repros in Edge Browser
Yes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.