File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ renderer process.
237237
238238### ` webFrame.findFrameByRoutingId(routingId) `
239239
240- * ` routingId ` Integer - A unique frame id in the current renderer process.
241- Routing IDs can be retrieved from ` WebFrame ` instances ( ` webFrame.routingId ` )
242- and are also passed by frame specific ` WebContents ` navigation events (e.g.
243- ` did-frame-navigate ` )
240+ * ` routingId ` Integer - An ` Integer ` representing the unique frame id in the
241+ current renderer process. Routing IDs can be retrieved from ` WebFrame `
242+ instances ( ` webFrame.routingId ` ) and are also passed by frame
243+ specific ` WebContents ` navigation events (e.g. ` did-frame-navigate ` )
244244
245245Returns ` WebFrame ` - that has the supplied ` routingId ` , ` null ` if not found.
246246
@@ -276,5 +276,6 @@ current renderer process.
276276
277277### ` webFrame.routingId `
278278
279- A unique frame id in the current renderer process. Distinct WebFrame instances
280- that refer to the same underlying frame will have the same ` routingId ` .
279+ An ` Integer ` representing the unique frame id in the current renderer process.
280+ Distinct WebFrame instances that refer to the same underlying frame will have
281+ the same ` routingId ` .
You can’t perform that action at this time.
0 commit comments