PopStateEvent
interface PopStateEvent {
pop?: boolean
state?: any
type?: string
url?: string
}
属性
| 属性 | 说明 |
|---|---|
pop?: boolean | |
state?: any | |
type?: string | |
url?: string |
interface PopStateEvent {
pop?: boolean
state?: any
type?: string
url?: string
}
| 属性 | 说明 |
|---|---|
pop?: boolean | |
state?: any | |
type?: string | |
url?: string |