Skip to content

Commit 13d6410

Browse files
Release build 4.47.0 [ci release]
1 parent 4000215 commit 13d6410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content-feature.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default class ContentFeature {
9797
*/
9898
_createMessagingContext () {
9999
const injectName = import.meta.injectName
100-
if (typeof injectName === 'undefined') throw new Error('import.meta.injectName missing')
101100
const contextName = injectName === 'apple-isolated'
102101
? 'contentScopeScriptsIsolated'
103102
: 'contentScopeScripts'

0 commit comments

Comments
 (0)