mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: drop Bun.inspect and Bun.version
This commit is contained in:
@@ -20,7 +20,7 @@ export class PolyfillTextDecoderStream extends TransformStream<Uint8Array, strin
|
||||
readonly ignoreBOM: boolean;
|
||||
|
||||
constructor(
|
||||
public readonly encoding: Bun.Encoding = 'utf-8',
|
||||
public readonly encoding: BufferEncoding = 'utf-8',
|
||||
{
|
||||
fatal = false,
|
||||
ignoreBOM = false
|
||||
|
||||
Reference in New Issue
Block a user