We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbe254 commit fcf67eeCopy full SHA for fcf67ee
packages/svelte/src/internal/client/proxy.js
@@ -331,7 +331,7 @@ export function get_proxied_value(value) {
331
if (value !== null && typeof value === 'object' && STATE_SYMBOL in value) {
332
return value[STATE_SYMBOL];
333
}
334
- } catch (err) {
+ } catch {
335
// the above if check can throw an error if the value in question
336
// is the contentWindow of an iframe on another domain, in which
337
// case we want to just return the value (because it's definitely
0 commit comments