MCPcopy
hub / github.com/parse-community/parse-server-example / buildParseUrl

Function buildParseUrl

public/assets/js/script.js:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 * Utility Functions
7 */
8const buildParseUrl = () => {
9 const url = `${window.location.origin}/parse`;
10 document.querySelector('#parse-url').textContent = url;
11};
12
13const bindBtn = (selector, callback) => {
14 document.querySelector(selector)?.addEventListener('click', callback);

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected