Function: opendictArchaicCdbBytes()

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

Loads the bundled Open Korean Dictionary 옛말 CDB binary as raw bytes.

Parameters

url?

URL = opendictArchaicCdbUrl

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

Returns

Promise<Uint8Array<ArrayBufferLike>>

The CDB binary as a Uint8Array.