Skip to content

Commit 254b23c

Browse files
shakyShanegithub-actions[bot]
authored andcommitted
Release build 4.40.0 [ci release]
1 parent aa279a3 commit 254b23c

File tree

15 files changed

+22
-22
lines changed

15 files changed

+22
-22
lines changed

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

Sources/ContentScopeScripts/dist/contentScopeIsolated.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

Sources/ContentScopeScripts/dist/pages/duckplayer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
* @return {Promise<any>}
11301130
*/
11311131
request(name, data = {}) {
1132-
const id = globalThis?.crypto?.randomUUID() || name + ".response";
1132+
const id = globalThis?.crypto?.randomUUID?.() || name + ".response";
11331133
const message = new RequestMessage({
11341134
context: this.messagingContext.context,
11351135
featureName: this.messagingContext.featureName,

Sources/ContentScopeScripts/dist/pages/duckplayer/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
* @return {Promise<any>}
816816
*/
817817
request(name, data = {}) {
818-
const id = globalThis?.crypto?.randomUUID() || name + ".response";
818+
const id = globalThis?.crypto?.randomUUID?.() || name + ".response";
819819
const message = new RequestMessage({
820820
context: this.messagingContext.context,
821821
featureName: this.messagingContext.featureName,

build/android/contentScope.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

build/chrome-mv3/inject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@
26312631
* @return {Promise<any>}
26322632
*/
26332633
request (name, data = {}) {
2634-
const id = globalThis?.crypto?.randomUUID() || name + '.response';
2634+
const id = globalThis?.crypto?.randomUUID?.() || name + '.response';
26352635
const message = new RequestMessage({
26362636
context: this.messagingContext.context,
26372637
featureName: this.messagingContext.featureName,

build/chrome/inject.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/contentScope.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

build/firefox/inject.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

build/integration/contentScope.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)