Skip to content

@longmo-utils/browser / OpenWindowOptions

Interface: OpenWindowOptions

打开窗口选项接口

Properties

PropertyTypeDescription
noopener?boolean是否启用 noopener,默认为 true
noreferrer?boolean是否启用 noreferrer,默认为 true
target?string打开目标窗口,默认为 '_blank'

Released under the MIT License.