File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments