Open CrayonSSR opened 4 months ago
The "Download Mode" setting is untouched ("Default")? Is this correct?
The "Download Mode" setting is untouched ("Default")? Is this correct?
Browser api
Download Mode: Default
.Download Mode: Browser API
.sorry to bother you. You're KC Enhancer's developer, right? I see your name in the script. Now that afdian is dead, where will you post updates?
sorry to bother you. You're KC Enhancer's developer, right? I see your name in the script. Now that afdian is dead, where will you post updates?
Afdian is dead ???
Afdian has two domains, afdian.com and afdian.net.
Are you saying that afdian.net has been abandoned.
Expected Behavior
After executing the abort method, GM_download will attempt to terminate the request as promptly as possible.
Actual Behavior
GM_download will wait for the server's response head before cancelling the request, then triggers the onerror event.
Specifications
Script
python
which could respond to requests with a specified duration.app = Flask(name)
@app.route('/assets//')
def get_image(wait_time, name):
if name == 'main': app.run(host='0.0.0.0',port=7777,debug=True)
Test log