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

Method protocol

packages/miniprogram-render/src/bom/location.js:401–403  ·  view source on GitHub ↗

* 对外属性和方法

()

Source from the content-addressed store, hash-verified

399 * 对外属性和方法
400 */
401 get protocol() {
402 return this.$_protocol
403 }
404
405 set protocol(value) {
406 if (!value || typeof value !== 'string') return

Callers

nothing calls this directly

Calls 4

$_getOldValuesMethod · 0.95
$_checkUrlMethod · 0.95
$_enterHistoryMethod · 0.95
execMethod · 0.80

Tested by

no test coverage detected