Function: opendictGeneralCdbBytes()

opendictGeneralCdbBytes(url?): Promise<Uint8Array<ArrayBufferLike>>

Loads the bundled Open Korean Dictionary 일반어 CDB binary as raw bytes.

Parameters

url?

URL = opendictGeneralCdbUrl

Location of the CDB binary to read. Defaults to the bundled opendictGeneralCdbUrl.

Returns

Promise<Uint8Array<ArrayBufferLike>>

The CDB binary as a Uint8Array.