这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
openWindow
特性为
PaymentRequestEvent
interface opens the specified URL in a new window, if and only if the given URL is on the same origin as the calling page. It returns a
Promise
that resolves with a reference to a
WindowClient
.
var aPromise = paymentRequestEvent.openWindow(url)
The URL to open in the new window. It must be on the same origin as the calling page.
A
Promise
that resolves with a reference to a
WindowClient
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Payment Handler API
The definition of 'openWindow' in that specification. |
工作草案 | 初始定义。 |
No compatibility data found. Please contribute data for "api.PaymentRequestEvent.openWith" (depth: 1) to the MDN 兼容性数据存储库 .
PaymentRequestEvent
openWindow()
respondWith()