You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP implementation have a feature that allows updating all content of a certain version of a contain type to another. It is part of the library management functionality.
The library updates are fully run on the client side (browser) in the PHP implementation in the core file h5p-content-upgrade.js. It is done that way as upgrades are done in JavaScript. They pass a H5PAdminIntegrationObject with a property libraryInfo to the update page, which dynamically creates the UI in JavaScript. Execution of updates in run in the browser.
Maybe it is possible to offload this work to the server as NodeJS executes JavaScript after all!
The text was updated successfully, but these errors were encountered:
The PHP implementation have a feature that allows updating all content of a certain version of a contain type to another. It is part of the library management functionality.
The library updates are fully run on the client side (browser) in the PHP implementation in the core file
h5p-content-upgrade.js
. It is done that way as upgrades are done in JavaScript. They pass a H5PAdminIntegrationObject with a property libraryInfo to the update page, which dynamically creates the UI in JavaScript. Execution of updates in run in the browser.Maybe it is possible to offload this work to the server as NodeJS executes JavaScript after all!
The text was updated successfully, but these errors were encountered: