youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.24k stars 147 forks source link

Define internal types for pre-parsed response fragments. #311

Closed nicksay closed 9 years ago

nicksay commented 9 years ago

Update the typedefs used internally for handling responses to support pre-parsed response fragments. These pre-parsed fragments have resources already extracted from the HTML. Since the code that generates these pre-parsed fragments is still experimental, do not add the type declarations to the external API.

Progress on #307.

DavidCPhillips commented 9 years ago

LGTM