parser
parser copied to clipboard
Access to XMLHttpRequest at 'https://fast.com/' from origin 'http://localhost:3002' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
hello, i can't seem to parse from a url here is the code :
import Parser from '@postlight/parser';
const url = 'https://fast.com'
Parser.parse(url).then(result =>
console.log(result)
);