Source code

Revision control

Copy as Markdown

Other Tools

class ReadOperation {
async run() {
return await this.sharedStorage.get("prerender");
}
}