// DO NOT EDIT - generated file
|
|
package dom
|
|
|
|
type EventTargetIFace interface {
|
|
AddEventListener(t string, listener *Callback)
|
|
}
|