Skip to content

Commit cce6693

Browse files
authored
Update technical breakdown table in README.md
1 parent 91ba413 commit cce6693

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,18 @@ ConsoleWrite("Page Title: " & $sTitle & @CRLF)
134134

135135
### 📦 Technical Breakdown
136136

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. |
137+
|**Method / Property**|**DispId**|**Description**|
138+
|---|---|---|
139+
|`AddInitializationScript`|184|Persistent JS injection across navigations.|
140+
|`ExecuteScriptWithResult`|188|Synchronous JS execution (Returns String).|
141+
|`SetAutoResize`|189|Automated parent-container docking.|
142+
|`OnContextMenuRequested`|190|Parameter-based context menu event.|
143+
|`ExecuteScriptOnPage`|191|Immediate, non-persistent script execution.|
144+
|`ClearCache`|193|Clears Disk Cache & Local Storage.|
145145

146146
---
147147

148+
148149
<p align="center">
149150
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" width="100%">
150151
</p>

0 commit comments

Comments
 (0)