02-02-2024, 11:29 PM
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:
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: