Skip to content

Commit

Permalink
refactor: sync webxdc.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Sep 8, 2023
1 parent 6624e42 commit 9cc29c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webxdc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// This file originates from
// https://github.com/webxdc/hello/blob/master/webxdc.js
// It's a stub `webxdc.js` that adds a webxdc API stub for easy testing in
// browsers. In an actual webxdc environment (e.g. Delta Chat messenger) this
// file is not used and will automatically be replaced with a real one.
// See https://docs.webxdc.org/spec.html#webxdc-api

// debug friend: document.writeln(JSON.stringify(value));
//@ts-check
/** @type {import('./webxdc').Webxdc<any>} */
Expand Down

0 comments on commit 9cc29c3

Please sign in to comment.