MCPcopy 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

protocolMethod · 0.95
hostMethod · 0.95
hostnameMethod · 0.95
portMethod · 0.95
originMethod · 0.95
pathnameMethod · 0.95
searchMethod · 0.95
hashMethod · 0.95
hrefMethod · 0.95

Calls 1

$$triggerMethod · 0.45

Tested by

no test coverage detected