Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document was loaded from Application Cache with manifest https://www.google.es/_/chrome/newtab/manifest?espv=2&ie=UTF-8 Application Cache Checking event Application Cache NoUpdate event Breaking on exception: TypeError: Object #<qE> has no method 'vL' #17400

Closed
DartBot opened this issue Mar 11, 2014 · 2 comments
Labels
closed-obsolete Closed as the reported issue is no longer relevant needs-info We need additional information from the issue author (auto-closed after 14 days if no response) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js

Comments

@DartBot
Copy link

DartBot commented Mar 11, 2014

This issue was originally filed by mayorma...@gmail.com


What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Expected : NO ERROR
Error in runtime:
      if (entryNode != null) entryNode.remove();

    If I delete this line of code, the same error appears elsewhere in the code, also in an "if" statement.
    The dart version working good, no errors appers.

What version of the product are you using? On what operating system?
1.2.0 Stable

Please provide any additional information below.

    Document was loaded from Application Cache with manifest https://www.google.es/_/chrome/newtab/manifest?espv=2&amp;ie=UTF-8
    Application Cache Checking event
    Application Cache NoUpdate event
    Breaking on exception: TypeError: Object #<qE> has no method 'vL'

@kasperl
Copy link

kasperl commented Mar 12, 2014

Added Area-Dart2JS, Triaged labels.

@floitschG
Copy link
Contributor

Could you try without minification (use pub build --debug to disable minification).

Do you have a small reproducable test-case? (That would help the most!)
What type is the entryNode variable?
Is this a new project, or did this happen after an upgrade?

Do you also get this error without an application cache, or is the application cache necessary?


Added NeedsInfo label.

@DartBot DartBot added Type-Defect web-dart2js needs-info We need additional information from the issue author (auto-closed after 14 days if no response) labels Mar 12, 2014
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant needs-info We need additional information from the issue author (auto-closed after 14 days if no response) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js
Projects
None yet
Development

No branches or pull requests

5 participants