ice/packages/plugin-stream-error
ClarkXia 40f1071940
chore: update versions (#6537)
2023-09-21 15:17:00 +08:00
..
src feat: new plugin deal with stream error (#6530) 2023-09-21 10:56:01 +08:00
CHANGELOG.md chore: update versions (#6537) 2023-09-21 15:17:00 +08:00
README.md feat: new plugin deal with stream error (#6530) 2023-09-21 10:56:01 +08:00
package.json chore: update versions (#6537) 2023-09-21 15:17:00 +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