mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1149350 - Force reload for apps. r=ochameau
This commit is contained in:
parent
a8d87e2eb0
commit
73f1d0bba6
@ -345,6 +345,9 @@ function reloadApp(client, webappsActor, manifestURL) {
|
||||
let request = {
|
||||
to: target.form.actor,
|
||||
type: "reload",
|
||||
options: {
|
||||
force: true
|
||||
},
|
||||
manifestURL: manifestURL
|
||||
};
|
||||
return client.request(request);
|
||||
@ -828,4 +831,3 @@ AppActorFront.prototype = {
|
||||
}
|
||||
|
||||
exports.AppActorFront = AppActorFront;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user