File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 627627 * this element. This method will return the same URL before and after
628628 * bundling.
629629 *
630+ * Note that this function performs no resolution for URLs that start
631+ * with `/` (absolute URLs) or `#` (hash identifiers). For general purpose
632+ * URL resolution, use `window.URL`.
633+ *
630634 * @param {string } url URL to resolve.
631635 * @param {string= } base Optional base URL to resolve against, defaults
632636 * to the element's `importPath`
Original file line number Diff line number Diff line change 2020 let resolveDoc ;
2121 /**
2222 * Resolves the given URL against the provided `baseUri'.
23+ *
24+ * Note that this function performs no resolution for URLs that start
25+ * with `/` (absolute URLs) or `#` (hash identifiers). For general purpose
26+ * URL resolution, use `window.URL`.
2327 *
2428 * @memberof Polymer.ResolveUrl
2529 * @param {string } url Input URL to resolve
You can’t perform that action at this time.
0 commit comments