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

Method pathname

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

Source from the content-addressed store, hash-verified

486 }
487
488 get pathname() {
489 return this.$_pathname
490 }
491
492 set pathname(value) {
493 if (typeof value !== 'string') return

Callers

nothing calls this directly

Calls 4

$_getOldValuesMethod · 0.95
$_checkUrlMethod · 0.95
$_enterHistoryMethod · 0.95
$$parseMethod · 0.80

Tested by

no test coverage detected