Function: opendictDialectCdbBytes()

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

Loads the bundled Open Korean Dictionary 방언 CDB binary as raw bytes.

Parameters

url?

URL = opendictDialectCdbUrl

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

Returns

Promise<Uint8Array<ArrayBufferLike>>

The CDB binary as a Uint8Array.