Transparent background WKWebView (NSView)
It was not supported, then they fixed it:
https://bugs.webkit.org/show_bug.cgi?id=134779
The way to make it transparent is to:
myWebView.opaque = false
Use this in macOS 10.12 and higher:
webView.setValue(false, forKey: "drawsBackground")