We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6af06 commit 17fa667Copy full SHA for 17fa667
js/source/rtl_text_plugin.js
@@ -28,7 +28,7 @@ module.exports.setRTLTextPlugin = function(pluginURL, callback) {
28
callback(err);
29
} else {
30
pluginBlobURL =
31
- window.URL.createObjectURL(new window.Blob([response]), {type: "text/javascript"});
+ window.URL.createObjectURL(new window.Blob([response.data]), {type: "text/javascript"});
32
33
for (const pluginAvailableCallback of pluginAvailableCallbacks) {
34
pluginAvailableCallback(pluginBlobURL);
0 commit comments