diff options
Diffstat (limited to 'crocoite')
-rw-r--r-- | crocoite/behavior.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crocoite/behavior.py b/crocoite/behavior.py index 36f51fa..38bafd8 100644 --- a/crocoite/behavior.py +++ b/crocoite/behavior.py @@ -203,9 +203,6 @@ class DomSnapshot (Behavior): We could use DOMSnapshot.getSnapshot here, but the API is not stable yet. Also computed styles are not really necessary here. - - XXX: Currently writes a response, when it should use “resource”. pywb - can’t handle that though. """ __slots__ = ('script', ) |