Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Events 在iframe中使用response.flush()时的客户端事件_Events_Iframe_Flush - Fatal编程技术网

Events 在iframe中使用response.flush()时的客户端事件

Events 在iframe中使用response.flush()时的客户端事件,events,iframe,flush,Events,Iframe,Flush,我有一个正在加载页面的iframe。我在服务器端使用response.flush(),因为iframe的html可能非常大。在服务器上刷新响应时,客户端是否会触发任何事件?我尝试了load,init,但在刷新所有数据时会调用它们

我有一个正在加载页面的iframe。我在服务器端使用response.flush(),因为iframe的html可能非常大。在服务器上刷新响应时,客户端是否会触发任何事件?我尝试了load,init,但在刷新所有数据时会调用它们