dint-dev / universal_html

Cross-platform 'dart:html'.
https://pub.dev/packages/universal_html
Apache License 2.0
201 stars 60 forks source link

The getter 'document' isn't defined for the class 'WindowController' #90

Open JorgeBrandao1980 opened 10 months ago

JorgeBrandao1980 commented 10 months ago

In the example code provided by you for Scraping a website #, replicating the code gives the following error "The getter 'document' isn't defined for the class 'WindowController'".

Problem.docx

JorgeBrandao1980 commented 10 months ago

Problem Solved: " controller.window.document.querySelectorAll(".athing > .title");"