gowut
gowut copied to clipboard
Go Web UI Toolkit - Public Releases and Development
Warning in the browser console: > [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/....
This seems like a problem if you want to, say, include a feature to change the port via the gowut interface, but can't actually shut down and restart the server....
Since network latency is a real obstacle for gowut responsiveness, how about adding support for QUIC protocol? https://github.com/lucas-clemente/quic-go Would it be very hard to include feature?
I do not think mouse wheel events are supported. It would be useful to support these kinds of events, to allow for richer GUI interaction. http://www.w3schools.com/jsref/event_onwheel.asp http://stackoverflow.com/questions/10313142/javascript-capture-mouse-wheel-event-and-do-not-scroll-the-page
``` Less a bug than a feature request. If instead of choosing between "text" and "password" at render time these were set at "type" attributes (c.SetAttr("type", "text"), for example), then...
``` Feature request: 1. add canvas component that supports rendering image or svg. To learn Go, I am porting a python utility based on matplotlib to Go. Matplotlib provides browser-based...
Hi, I recently discovered your awesome ReMastered site and I really like the 'minimal' theme of vanilla JS,HTML and CSS. Found this project you made and after playing around with...