Skip to content

Commit 84e3500

Browse files
authored
Update 014-pdfJS-Static_PDF_Viewer.au3
1 parent 5af7457 commit 84e3500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/014-pdfJS-Static_PDF_Viewer.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1111
; ⚠️ to make this work, download pdfJS library from https://mozilla.github.io/pdf.js/
1212
; for example:
13-
; https://github.com/mozilla/pdf.js/releases/download/v5.4.624/pdfjs-5.4.624-dist.zip
13+
; https://github.com/mozilla/pdf.js/releases/download/v5.6.205/pdfjs-5.6.205-dist.zip
1414
; and unzip to: @ScriptDir & "\JS_Lib\pdfjs\"
1515
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

@@ -151,8 +151,8 @@ Func _Example()
151151
EndSwitch
152152
WEnd
153153

154-
GUIDelete($hGUI)
155154
_NetWebView2_CleanUp($oWeb, $oBridge)
155+
GUIDelete($hGUI)
156156
EndFunc ;==>_Example
157157

158158
; Handles custom messages from JavaScript (window.chrome.webview.postMessage)

0 commit comments

Comments
 (0)