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
feat: added esm module import and iframe sandboxing
- feat: added `type='module'` on preview script
- feat: added `sandbox='allow-scripts'` on iframe to prevent user scripts from accessing the parent window
- refactor: use Blob and [URL.createObjectURL](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static) for managing performant previews
0 commit comments