mirror of https://github.com/sveltejs/svelte
fix: allow get_proxied_value to return original value when error (#15577)
* fix: allow get_proxied_value to return original value when error closes #15546 * Update packages/svelte/src/internal/client/proxy.js --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/15580/head
parent
ef98ccae8b
commit
d1bd32ec9e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow
|
Loading…
Reference in new issue