Lines Matching full:permalink
62 if (globals.state.permalink.requestId === undefined ||
63 globals.state.permalink.requestId === this.lastRequestId) {
66 const requestId = assertExists(globals.state.permalink.requestId);
69 // if the |hash| is not set, this is a request to create a permalink.
70 if (globals.state.permalink.hash === undefined) {
72 assertExists(globals.state.permalink.isRecordingConfig);
93 // Otherwise, this is a request to load the permalink.
94 PermalinkController.loadState(globals.state.permalink.hash)
97 // This permalink state only contains a RecordConfig. Show the
107 this.lastRequestId = stateOrConfig.permalink.requestId;
173 // Convert state to use URLs and remove permalink.
176 draft.permalink = {};
182 PermalinkController.updateStatus(`Creating permalink...`);
184 PermalinkController.updateStatus(`Permalink ready`);
193 `Could not fetch permalink.\n` +