webix.require 404

How to catch 404 not found with webix.require ? callback does not seem’s to handle this use case.

Not possible in the existing version, in oncoming update the promise, returned by webix.require, will be rejected on data loading errors, so it will be possible to catch such errors.

If you have support subscription and need this feature ASAP, please contact us through support, we may be able to create some dev. build.

i’ve implement my own require with ajax/eval. So, i’m catching:

  • server response (404, …)
  • eval error

Thank you.

@maksim i’m thinking to buy a developer licence. Can’t live without webix now. I love v5.

Does it offer a github private access so i can purpose pull request directly ?

Thanks

Does it offer a github private access so i can purpose pull request directly ?

Not really, but we can organize something similar ( private mirror on github )

Please beware while we are open to fixes, the new features may be not included if they are too use-case specific or has major performance drawbacks.