Chrome support

This commit is contained in:
Kevin Röbert
2019-04-01 23:53:28 +02:00
parent 869cd63e64
commit 03e0580b20
13 changed files with 143 additions and 997 deletions

View File

@@ -35,7 +35,7 @@ function handleMessage(request, sender, sendResponse)
{
var response = fn.apply(null, request.params);
sendResponse({response});
return Promise.resolve({response});
}
}