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
Is your feature request related to a problem? Please describe.
Currently, the content of the B.2.0 file is retrieved by the page. While it ensures that we always use the latest version of the file, it has several drawbacks
prevent to run the tool offline
extra http query: there is no browser cache once the browser is closed by the script. So, we are redoing the query over and over
the file doesn't change or very rarely, so there is no need to ensure it is up-to-date. In addition, if updated occurs, the tool is not aware of it and it may create discrepancies
Describe the solution you'd like
Store the content of the file in the repository
Additional context
In the examples repository, we are storing the content in a JS function. We can replicate this here or store it in a constant.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the content of the B.2.0 file is retrieved by the page. While it ensures that we always use the latest version of the file, it has several drawbacks
Describe the solution you'd like
Store the content of the file in the repository
Additional context
In the examples repository, we are storing the content in a JS function. We can replicate this here or store it in a constant.
The text was updated successfully, but these errors were encountered: