Skip to content

[Due for payment 2025-10-15] Replace deprecated Electron protocol registration API usage #71545

Description

@blazejkustra

Problem: Our desktop app relies on a deprecated Electron API for custom protocol handling. In Electron v25+, protocol.registerBufferProtocol is deprecated in favor of a new API.

Solution: Migrate from protocol.registerBufferProtocol to the new protocol.handle API. This ensures our lint-changed workflow continues to work without deprecation warnings, stays compatible with Electron v25+, and avoids breakage when the old API is removed.

Issue OwnerCurrent Issue Owner: @muttmuure

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions