Andres Morey
Andres Morey
If you are only targeting IE9+ see: https://github.com/ded/script.js/issues/84
I believe that script.js doesn't handle error callbacks because they're not supported in older browsers (LTE IE8). Here's the relevant code: https://github.com/ded/script.js/blob/master/src/script.js#L65-L77 In case it helps, I wrote a script.js-compatible...
The last commit on this repo is from Feb 18th. A while ago I forked/refactored this code to add support for `onerror` callbacks, CSS files and `async:false`. If this repo...
@flushentitypacket I've been working on a variant of `script.js` that's optimized for modern browsers (most notably it supports load failure callbacks). If you're interested we could add it there via...
I'm working on a WTForms plugin for Starlette and I'm running into a similar issue. What is the recommended way to consume `requst.form()` in middleware?
Thanks! Is there an equivalent to `before_request()` in Flask? https://flask.palletsprojects.com/en/1.1.x/api/#flask.Flask.before_request
What's the error you're getting? Also, which OS/Browser are you using?
Can you share code to re-create the error on JSFiddle or CodePen? By "navigating back" do you mean hitting the back button?
Can you share code to reproduce the error? Does the `fuploader.js` file matter or are you getting the same error with other files? I need more information to be able...
Based on your description I can't make any recommendations. If you can share some example code I can help you diagnose the problem. Can you paste the code into GitHub?...