Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
window: Add enableRemoteModule flag parameter (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
xplodwild committed Nov 13, 2020
1 parent a6f94fb commit a6679a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions window.go
Expand Up @@ -174,6 +174,7 @@ type WebPreferences struct {
DefaultMonospaceFontSize *int `json:"defaultMonospaceFontSize,omitempty"`
DevTools *bool `json:"devTools,omitempty"`
DisableBlinkFeatures *string `json:"disableBlinkFeatures,omitempty"`
EnableRemoteModule *bool `json:"enableRemoteModule,omitempty"`
ExperimentalCanvasFeatures *bool `json:"experimentalCanvasFeatures,omitempty"`
ExperimentalFeatures *bool `json:"experimentalFeatures,omitempty"`
Images *bool `json:"images,omitempty"`
Expand Down

0 comments on commit a6679a0

Please sign in to comment.