MCPcopy Create free account
hub / github.com/Tencent/kbone / href

Method href

packages/miniprogram-render/src/bom/location.js:555–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 }
554
555 get href() {
556 return `${this.$_protocol}//${this.host}${this.$_pathname}${this.$_search}${this.$_hash}`
557 }
558
559 set href(value) {
560 this.$_setHrefWithoutEnterHistory(value)

Callers

nothing calls this directly

Calls 2

$_enterHistoryMethod · 0.95

Tested by

no test coverage detected