File size: 173 Bytes
bc20498 |
1 2 3 4 |
export const INVALID_CONTENT = 'Invalid content';
export const INVALID_SRC_ATTR = 'Invalid worker attribute';
export const INVALID_WORKER_ATTR = 'Invalid worker attribute';
|
bc20498 |
1 2 3 4 |
export const INVALID_CONTENT = 'Invalid content';
export const INVALID_SRC_ATTR = 'Invalid worker attribute';
export const INVALID_WORKER_ATTR = 'Invalid worker attribute';
|