Skip to content

Commit 817da62

Browse files
authored
1.4.2
Removed outdated code snippet and updated table formatting.
1 parent 7eeb6bb commit 817da62

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -130,24 +130,18 @@ Local $sTitle = $oWeb.ExecuteScriptWithResult("document.title")
130130
ConsoleWrite("Page Title: " & $sTitle & @CRLF)
131131
```
132132

133-
```
134-
; --- Now (v1.4.2) ---
135-
Local $sTitle = $oWeb.ExecuteScriptWithResult("document.title")
136-
; Result is automatically unescaped and ready for use
137-
ConsoleWrite("Page Title: " & $sTitle & @CRLF)
138-
```
139133
---
140134

141135
### 📦 Technical Breakdown
142136

143-
|**Method / Property**|**DispId**|**Description**|
144-
|---|---|---|
145-
|`AddInitializationScript`|184|Persistent JS injection across navigations.|
146-
|`SyncInternalData`|186|Parses and binds JSON in one step.|
147-
|`ExecuteScriptWithResult`|188|Synchronous JS execution (Returns String).|
148-
|`OnContextMenuRequested`|190|Unified 4-parameter context menu event.|
149-
|`EncodeB64 / DecodeB64`|222-224|Integrated Base64 & File decoding.|
150-
|`ClearCache`|193|Clears Disk Cache & Local Storage.|
137+
| **Method / Property** | **DispId** | **Description** |
138+
| ------------------------- | ---------- | ------------------------------------------- |
139+
| `AddInitializationScript` | 184 | Persistent JS injection across navigations. |
140+
| `SyncInternalData` | 186 | Parses and binds JSON in one step. |
141+
| `ExecuteScriptWithResult` | 188 | Synchronous JS execution (Returns String). |
142+
| `OnContextMenuRequested` | 190 | Unified 4-parameter context menu event. |
143+
| `EncodeB64 / DecodeB64` | 222-224 | Integrated Base64 & File decoding. |
144+
| `ClearCache` | 193 | Clears Disk Cache & Local Storage. |
151145

152146
---
153147

0 commit comments

Comments
 (0)