// DO NOT EDIT - generated file
|
|
package dom
|
|
|
|
import "syscall/js"
|
|
|
|
type window struct {
|
|
js.Value
|
|
}
|
|
|
|
func (w *window) JSValue() js.Value { return w.Value }
|