-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: types for nativeImage, webContents, ShareMenu, webFrameMain (#109)
- Loading branch information
Showing
1 changed file
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@lckerday You mean removing
WebRequest
? It wasn’t removed, merely moved up to anexport
declaration near the top. Note that we now export thetype
, not avar
—but since there is novar
at runtime, this doesn’t break anything that wouldn’t have already failed.(We should probably take any further discussion of this to the PR page #109, where people can be properly @’d and notified.)