Skip to content
#

cdp

Here are 123 public repositories matching this topic...

ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

atompie
atompie commented Dec 16, 2021

We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.

Task

Find all occurrences of request calls and replace them with asyncRemote.

Use where possible the async way of calling the method. Example

try {
   const response = await asyncRemote({
     url: '/tracardi',
     method: "POST",
     data: data
   

Improve this page

Add a description, image, and links to the cdp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cdp topic, visit your repo's landing page and select "manage topics."

Learn more