ice/packages/plugin-stream-error
ClarkXia 572c31b532 fix: refactor load event handling for SSR re-rendering in plugin-stream-error 2025-07-17 21:14:08 +08:00
..
src fix: refactor load event handling for SSR re-rendering in plugin-stream-error 2025-07-17 21:14:08 +08:00
CHANGELOG.md feat: support option rootId to empty root (#7031) 2025-07-09 10:59:28 +08:00
README.md feat: new plugin deal with stream error (#6530) 2023-09-21 10:56:01 +08:00
package.json feat: support option rootId to empty root (#7031) 2025-07-09 10:59:28 +08:00
tsconfig.json feat: new plugin deal with stream error (#6530) 2023-09-21 10:56:01 +08:00

README.md

@ice/plugin-stream-error

A plugin for re-render app when stream error.

Usage

import { defineConfig } from '@ice/app';
import streamError from '@ice/plugin-stream-error';

export default defineConfig(() => ({
  plugins: [
    streamError(),
  ],
}));

Causion: This plugin only works when stream content ends with javascripts which triggered an custom event of stream_end