htmlinterfaces

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package htmlinterfaces contains internal code representing the IDL interfaces in the HTML DOM API

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type History

type History interface {
	Length() int
	State() HistoryState
	Go(int) error
	Back() error
	Forward() error
	PushState(HistoryState, string) error
	ReplaceState(HistoryState, string) error
}

type HistoryState

type HistoryState string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL