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

Method open

packages/miniprogram-render/src/window.js:645–648  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

643 }
644
645 open(url) {
646 // 不支持 windowName 和 windowFeatures
647 this.location.$$open(url)
648 }
649
650 close() {
651 wx.navigateBack({

Callers 8

window.test.jsFile · 0.45
onTapMethod · 0.45
callEventFunction · 0.45
goOtherFunction · 0.45
jquery-3.6.0.jsFile · 0.45
onClickOpenFunction · 0.45
onClickOpenFunction · 0.45

Calls 1

$$openMethod · 0.80

Tested by

no test coverage detected