Skip to content

Commit a3ea77e

Browse files
committed
v14.1.9
1 parent bd191ec commit a3ea77e

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.1.8",
3+
"version": "14.1.9",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.1.9/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapScreenRecorder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export class GleapScreenRecorder {
170170
var formdata = new FormData();
171171
formdata.append("file", screenRecordingData);
172172

173-
xhr.send(formdata);
174173
xhr.onerror = function () {
175174
reject();
176175
};
@@ -183,6 +182,7 @@ export class GleapScreenRecorder {
183182
}
184183
}
185184
};
185+
xhr.send(formdata);
186186
});
187187
};
188188

0 commit comments

Comments
 (0)