Support for Single-Page Applications (SPA).
Voici les versions de ce script où le code a été modifié. Voir toutes les versions.
Fix docstring missed during refactor.
Issue #286.
␄
Promote WatchPage from documentation to implementation.
WatchPage
Closes #321.
Expose details so that Page instances can use it.
details
Page
Bump version number.
Make testServices an async function.
testServices
It turns out that change 36f50d made this test fail, and that was missed.
Issues #286, #304.
Implement #waitUntilReady().
#waitUntilReady()
Considering the readySelector field is present, it makes more sense to implement this internally, rather than as a service.
readySelector
eslint: Fully disallow name as a local variable.
name
Closes #238.
Run dispose() asynchronously to match impedance with creation.
dispose()
Prior to this, when tests were run in LIT (dev mode), the MutationObservers would actually get attached after dispose() was executed.
Add a [Symbol.dispose] method to SPA.
[Symbol.dispose]
SPA
Now that there are actually some tests for SPA, it was noticed that there were multiple ones running because they were not cleaned up during testing.
Becuase still using older versions of eslint, unable to utilize using in the tests.
eslint
using
Stop shadowing the global name.
Issue #238.
Run through ispell.
ispell
Changing type to library.