QB64 Phoenix Edition
QBJS v0.8.2 - Release - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: QBJS v0.8.2 - Release (/showthread.php?tid=2420)



QBJS v0.8.2 - Release - dbox - 02-02-2024

Hi all,

I've just published a patch update to the last QBJS release.  This fixes a couple of issues related to exported programs.  A dependency js file was not being included in the export and was preventing _Inflate$ and _Deflate$ from working correctly in the exported program.  Also, an update was made to the OPEN keyword so that it could open resources directly from the server for an exported program.

This had the interesting side-effect / new feature of being able to use OPEN to read directly from external URLs.  Here's an example with more details: