Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/kbone
/ $_enterHistory
Method
$_enterHistory
packages/miniprogram-render/src/bom/location.js:88–94 ·
view source on GitHub ↗
* 进入 history
()
Source
from the content-addressed store, hash-verified
86
* 进入 history
87
*/
88
$_enterHistory() {
89
this.$$trigger(
'$_addToHistory'
, {
90
event: {
91
href: this.href,
92
}
93
})
94
}
95
96
/**
97
* 检查 url 变化是否需要跳转
Callers
9
protocol
Method · 0.95
host
Method · 0.95
hostname
Method · 0.95
port
Method · 0.95
origin
Method · 0.95
pathname
Method · 0.95
search
Method · 0.95
hash
Method · 0.95
href
Method · 0.95
Calls
1
$$trigger
Method · 0.45
Tested by
no test coverage detected