Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as scrapboxStorage from "https://raw.githubusercontent.com/takker99/scrapbox-storage/0.1.3/mod.ts";

§Variables

check

手動で更新を確認する。更新があればDBに反映する。

decode

圧縮したリンク情報を見やすくする

encode

リンク情報をDB用に圧縮する

load

リンクデータをDBから取得する。データの更新は行わない。

setDebugMode

cache周りのdebug出力の有効・無効の切り替えを行う

subscribe

リンクデータの更新を購読する

§Interfaces

Link

link data

LinkEvent

broadcast channelで流すデータ

Source

§Type Aliases

CompressedLink

圧縮したリンクデータ

Listener