You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: 'get permissions' called on an object that does not implement interface Navigator.
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1142
_adaptBuiltinStateObjectProperties https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:957
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1141
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1135
encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:894
<anonymous> file:///home/regseb/testcase/index.html:7
typeson.esm.js:1142:25
Uncaught Error: baz
get file:///home/regseb/testcase/index.html:14
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1142
_adaptBuiltinStateObjectProperties https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:957
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1141
_encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:1135
encapsulate https://cdn.jsdelivr.net/npm/[email protected]/dist/typeson.esm.js:894
<anonymous> file:///home/regseb/testcase/index.html:16
index.html:14:27
Or these errors in Chromium:
Uncaught TypeError: Illegal invocation
at typeson.esm.js:1142:47
at _adaptBuiltinStateObjectProperties (typeson.esm.js:957:9)
at typeson.esm.js:1141:13
at Array.forEach (<anonymous>)
at _encapsulate (typeson.esm.js:1135:23)
at Typeson.encapsulate (typeson.esm.js:894:17)
at index.html:7:23
Uncaught Error: baz
at Object.get [as bar] (index.html:14:27)
at typeson.esm.js:1142:47
at _adaptBuiltinStateObjectProperties (typeson.esm.js:957:9)
at typeson.esm.js:1141:13
at Array.forEach (<anonymous>)
at _encapsulate (typeson.esm.js:1135:23)
at Typeson.encapsulate (typeson.esm.js:894:17)
at index.html:16:35
The text was updated successfully, but these errors were encountered:
Hi,
Encapsulation doesn't work when the object has properties that throw errors. These properties should be ignored.
To reproduce, open this HTML file in browser.
This two errors are logged in console of Firefox:
Or these errors in Chromium:
The text was updated successfully, but these errors were encountered: